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 79f626f commit 5f4a0efCopy full SHA for 5f4a0ef
test/get-test-dir-test.js
@@ -12,7 +12,7 @@ describe("get-test-dir-test", function () {
12
});
13
14
context("when `pkg.directories.test` is set", function () {
15
- it("should return 'test/'", function () {
+ it("should return 'user-dir/'", function () {
16
var dir = getTestDir({
17
"directories": {
18
"test": "user-dir"
0 commit comments