1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

fixed eslint error

This commit is contained in:
Nguyễn Việt Hưng
2018-04-27 11:19:37 +07:00
parent a2592e48c8
commit 2e09501c8a

View File

@@ -21,7 +21,6 @@ const newSnippet = {
content: 'new content' content: 'new content'
} }
test.beforeEach((t) => { test.beforeEach((t) => {
sander.writeFileSync(snippetFile, JSON.stringify([oldSnippet])) sander.writeFileSync(snippetFile, JSON.stringify([oldSnippet]))
}) })