Skip to content

Commit 593988b

Browse files
committed
test: fix sanity.test.js invalid escape and indentation
1 parent 65a0e64 commit 593988b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sanity.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
const { expect } = require('chai');
33

44
describe('sanity', () => {
5-
\tit('runs', () => expect(true).to.equal(true));
5+
it('runs', () => expect(true).to.equal(true));
66
});
77

0 commit comments

Comments
 (0)