commit | f8dabe53ffff02ef6693c9a2a73a754a7468ed5a | [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 | 95029ba2f00424178c0c87a95459d0cf6186f3df [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 + } +}