summaryrefslogtreecommitdiff
path: root/web-ui/test/test-main.js
diff options
context:
space:
mode:
authorPatrick Maia <patrickjourdanmaia@gmail.com>2014-08-07 18:01:01 -0300
committerPatrick Maia <patrickjourdanmaia@gmail.com>2014-08-08 13:44:44 -0300
commitbd624bdd14ef63186064b2e39fc422f328b24b26 (patch)
tree4a1ecee496baaf490354b5f11f222410ecf94379 /web-ui/test/test-main.js
parentb30c4434e50c4e3ac128cf04ce4935ca6c660037 (diff)
disables save draft, add tag, reply-section features
Diffstat (limited to 'web-ui/test/test-main.js')
-rw-r--r--web-ui/test/test-main.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/web-ui/test/test-main.js b/web-ui/test/test-main.js
index e07d292c..8bdd45e3 100644
--- a/web-ui/test/test-main.js
+++ b/web-ui/test/test-main.js
@@ -28,7 +28,8 @@ requirejs.config({
'monkey_patching': 'app/js/monkey_patching',
'i18next': 'app/bower_components/i18next/i18next.amd',
'quoted-printable': 'app/bower_components/quoted-printable',
- 'test': 'test'
+ 'test': 'test',
+ 'features': 'test/features'
},