We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c4f33e commit 33ee442Copy full SHA for 33ee442
test/specs.js
@@ -109,7 +109,7 @@ describe('module-alias', function () {
109
expectAliasesToBeImported()
110
})
111
112
- describe('when base working directory is process.cwd()', function () {
+ context('when base working directory is process.cwd()', function () {
113
var baseWorkingDirectory
114
beforeEach(function () {
115
baseWorkingDirectory = process.cwd()
@@ -127,7 +127,7 @@ describe('module-alias', function () {
127
128
129
130
- describe('when module-alias package is nested (looking up __dirname/../../)', function () {
+ context('when module-alias package is nested (looking up __dirname/../../)', function () {
131
var moduleAliasDir = path.resolve(
132
'.',
133
'test',
0 commit comments