Skip to content

Commit 33ee442

Browse files
committed
minor
1 parent 4c4f33e commit 33ee442

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/specs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ describe('module-alias', function () {
109109
expectAliasesToBeImported()
110110
})
111111

112-
describe('when base working directory is process.cwd()', function () {
112+
context('when base working directory is process.cwd()', function () {
113113
var baseWorkingDirectory
114114
beforeEach(function () {
115115
baseWorkingDirectory = process.cwd()
@@ -127,7 +127,7 @@ describe('module-alias', function () {
127127
})
128128
})
129129

130-
describe('when module-alias package is nested (looking up __dirname/../../)', function () {
130+
context('when module-alias package is nested (looking up __dirname/../../)', function () {
131131
var moduleAliasDir = path.resolve(
132132
'.',
133133
'test',

0 commit comments

Comments
 (0)