We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7adee55 commit ee253dfCopy full SHA for ee253df
src/tests/cli.test.ts
@@ -3,7 +3,7 @@ import { exec } from 'child_process';
3
describe('plotter script', () => {
4
// @ts-expect-error tests
5
const execPlotterScript = (args, callback) => {
6
- exec(`node dist/cli.js ${args}`, callback);
+ exec(`node node_modules/simple-ascii-chart/dist/cli.js ${args}`, callback);
7
};
8
9
it('should require the --input option', (done) => {
0 commit comments