- restructure transform.test.ts
- format test files
This commit is contained in:
@@ -54,9 +54,9 @@ test('should write result to file', () => {
|
||||
// should succeed
|
||||
expect(result).toBeDefined()
|
||||
|
||||
const readOutput = fs.readFileSync("test.md")
|
||||
const readOutput = fs.readFileSync('test.md')
|
||||
|
||||
fs.unlinkSync("test.md")
|
||||
fs.unlinkSync('test.md')
|
||||
|
||||
expect(readOutput.toString()).not.toBe('')
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user