aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2017-12-14 12:32:13 +0100
committerNoah Loomans <noahloomans@gmail.com>2017-12-14 12:32:13 +0100
commita77272bfbebed7239c0c49049e211f4a6e597617 (patch)
treec0b6f9f7af6fa0eb6e602ff3020b9a4bb34b6249 /.eslintrc.js
parent778dfdc728a101fca9ece3a14e590d3b8e1d43e1 (diff)
Add tests for search.js
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 2090205..20a47e0 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -3,5 +3,6 @@ module.exports = {
"env": {
"browser": true,
"node": true,
+ "jest": true,
},
};