Skip to content

Commit d68f50a

Browse files
greenkeeper[bot]RyanZim
authored andcommitted
Update ava to version 1.0.1 (#384)
* Update ava to version 1.0.1 * Fix duplicate test title
1 parent 00e2d03 commit d68f50a

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"resolve": "^1.1.7"
2828
},
2929
"devDependencies": {
30-
"ava": "^0.25.0",
30+
"ava": "^1.0.1",
3131
"eslint": "^5.0.0",
3232
"eslint-config-i-am-meticulous": "^11.0.0",
3333
"eslint-plugin-import": "^2.2.0",

test/resolve.js

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,14 @@ test("should resolve local modules", checkFixture, "resolve-local-modules", {
3939
path: null,
4040
})
4141

42-
test("should resolve local modules", checkFixture, "resolve-path-modules", {
43-
path: "test/fixtures/imports/modules",
44-
})
42+
test(
43+
"should resolve modules with path option",
44+
checkFixture,
45+
"resolve-path-modules",
46+
{
47+
path: "test/fixtures/imports/modules",
48+
}
49+
)
4550

4651
test(
4752
"should be able to consume npm package or local modules",

0 commit comments

Comments
 (0)