commit | bf14f88264da782a3687f1fcab3a3ac3d7d8e1d1 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Jun 02 10:01:34 2016 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Jun 02 10:01:34 2016 -0700 |
tree | f56b44ce96cbe66c69696620e09c92ac153e3a32 | |
parent | cdddbd5e44a3edb91cd7d9fe21e28cb2983f1538 [diff] [blame] |
Moved existing version of sample application to jenkins repo
diff --git a/auto-scale/gui/spec/.eslintrc b/auto-scale/gui/spec/.eslintrc new file mode 100644 index 0000000..ad4bc2d --- /dev/null +++ b/auto-scale/gui/spec/.eslintrc
@@ -0,0 +1,9 @@ +{ + "globals" :{ + "describe": true, + "beforeEach": true, + "it": true, + "inject": true, + "expect": true + } +}