commit | e3ed0169256543986c2ba35d993a1d5e12d0594d | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Dec 01 10:09:12 2016 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Dec 01 10:09:12 2016 -0800 |
tree | 0438f37c41a58f71c5af82247a1d8fa1b78308ce | |
parent | 69d7f184c04bee15a1a740a75651c660d89b8b74 [diff] [blame] |
Working gateway Change-Id: I8ca690fe9d1b7f8e20b438df1ddd48d6b2f99326
diff --git a/spec/.eslintrc b/spec/.eslintrc new file mode 100644 index 0000000..30a6ba1 --- /dev/null +++ b/spec/.eslintrc
@@ -0,0 +1,10 @@ +{ + "globals" :{ + "describe": true, + "it": true, + "before": true, + "beforeEach": true, + "after": true, + "afterEach": true + } +} \ No newline at end of file