fix import paths for test/

This commit is contained in:
Ralf Vogler 2023-12-30 13:37:04 +01:00
parent c3657f05ac
commit 0ec24ef062
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
// https://github.com/enquirer/enquirer/issues/372
import { prompt } from '../util.js';
import { prompt } from '../src/util.js';
const handleSIGINT = () => process.on('SIGINT', () => { // e.g. when killed by Ctrl-C
console.log('\nInterrupted by SIGINT. Exit!');