Skip to content

Commit bd6ac58

Browse files
committed
bin: fix tests failing due to compilation to different dir
1 parent 41aa3a2 commit bd6ac58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/concurrently.spec.ts

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ beforeAll(async () => {
3232
bundle: true,
3333
outfile: path.join(tmpDir, 'concurrently.js'),
3434
});
35+
fs.copyFileSync(path.join(__dirname, '..', 'package.json'), path.join(tmpDir, 'package.json'));
3536
}, 8000);
3637

3738
afterAll(() => {

0 commit comments

Comments
 (0)