Skip to content

Commit ab3ffef

Browse files
committed
Fix failing Path specs
1 parent f822a4c commit ab3ffef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/Path.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
require('./helper');
2-
var Path = require('../modules/Path');
2+
var Path = require('../modules/helpers/Path');
33

44
describe('Path.extractParams', function () {
55
describe('when a pattern does not have dynamic segments', function () {

0 commit comments

Comments
 (0)