Remove spurious test.js

master
Christopher Chedeau 2017-01-31 19:38:41 -08:00
parent d0bc2991f6
commit 7587b5a599
2 changed files with 2 additions and 6 deletions

3
.gitignore vendored
View File

@ -1,2 +1,3 @@
node_modules
npm-debug.log
npm-debug.log
test.js

View File

@ -1,5 +0,0 @@
Object.keys(items)
// test
.map(() => {a})
// test 2
.filter(() => {a});