- also test the offline variant
This commit is contained in:
@@ -109,7 +109,6 @@ test('offline mode should work with commit mode', () => {
|
||||
const result = cp.execFileSync('node', [ip], options).toString()
|
||||
// should succeed
|
||||
expect(result).toBeDefined()
|
||||
console.log(result)
|
||||
|
||||
const readOutput = fs.readFileSync('test.md')
|
||||
fs.unlinkSync('test.md')
|
||||
|
||||
Reference in New Issue
Block a user