Skip to content

Commit 70a6ab7

Browse files
committed
test: resolve test script path
1 parent 6061884 commit 70a6ab7

File tree

1 file changed

+1
-1
lines changed
  • src/__tests__/integration

1 file changed

+1
-1
lines changed

src/__tests__/integration/bin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env node
22
'use strict';
33

4-
require('../../cli');
4+
require('../../../lib/cli');

0 commit comments

Comments
 (0)