test(cli): fix path of required file in cli.test.js

This commit is contained in:
Gaëtan Maisse 2020-11-01 16:46:27 +01:00 committed by jamesgeorge007
parent b454148c53
commit 3261444ca0

View File

@ -1,4 +1,4 @@
const { run } = require('./helpers');
const { run } = require('../helpers');
describe('Default behavior', () => {
it('suggests the closest match to an unknown command', () => {