Skip to content

Commit ea90bde

Browse files
fix: wip prettier again
Signed-off-by: Scott Schreckengaust <[email protected]>
1 parent 7d1d0c1 commit ea90bde

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/lib/file_system_tests.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -201,11 +201,10 @@ describe('lib', () => {
201201
const actual = await fs.getFileContents('notAFile')
202202
expect(actual).to.equal(undefined)
203203
})
204-
204+
205205
// it('should throw an error if the file does not exist', async () => {
206206
// expect(() => fs.getFileContents('notAFile')).to.throw()
207207
// })
208-
209208
// it('should change the contents of a file', async () => {
210209
// const expected = 'somefilecontents\nmorecontents\n'
211210
// await fs.setFileContents('text_file_for_test.txt', expected)

0 commit comments

Comments
 (0)