Skip to content

Commit ee253df

Browse files
committed
ascii-cli-6: fix tests on ci
1 parent 7adee55 commit ee253df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/cli.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { exec } from 'child_process';
33
describe('plotter script', () => {
44
// @ts-expect-error tests
55
const execPlotterScript = (args, callback) => {
6-
exec(`node dist/cli.js ${args}`, callback);
6+
exec(`node node_modules/simple-ascii-chart/dist/cli.js ${args}`, callback);
77
};
88

99
it('should require the --input option', (done) => {

0 commit comments

Comments
 (0)