commit | 169dc16507ddb4b8c61c3d74142b1f590b643a25 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@onlab.us> | Thu Dec 17 16:12:15 2015 -0800 |
committer | Matteo Scandolo <teo@onlab.us> | Thu Dec 17 16:12:15 2015 -0800 |
tree | c7617e9d02cdbfc0f57eeef1085763dfe83f3b82 | |
parent | 6ca577c1fe12c1cd9fe44622474d7e1794e14d95 [diff] [blame] |
Added a test that point to the desired beahviour, now it's failing
diff --git a/xos-apps/auto-scale/gui/spec/.eslintrc b/xos-apps/auto-scale/gui/spec/.eslintrc new file mode 100644 index 0000000..ad4bc2d --- /dev/null +++ b/xos-apps/auto-scale/gui/spec/.eslintrc
@@ -0,0 +1,9 @@ +{ + "globals" :{ + "describe": true, + "beforeEach": true, + "it": true, + "inject": true, + "expect": true + } +}