We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab42471 commit 366d1aeCopy full SHA for 366d1ae
addon/ng2/blueprints/service-test/index.js
@@ -0,0 +1,14 @@
1
+var stringUtils = require('ember-cli/lib/utilities/string');
2
+
3
+module.exports = {
4
+ description: '',
5
6
+ // ******************************************************
7
8
+ // LEAVE THIS HERE
9
+ // Must override install to prevent ember's service tests
10
11
12
13
+ install: function(options){}
14
+};
0 commit comments