Selaa lähdekoodia

Move qrcode test to service directory

Danilo Bargen 8 vuotta sitten
vanhempi
commit
4337b0c79e
3 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      karma.conf.js
  2. 0 0
      tests/service/qrcode.js
  3. 1 1
      tests/testsuite.html

+ 1 - 1
karma.conf.js

@@ -7,7 +7,7 @@ module.exports = function(config) {
             'node_modules/angular-mocks/angular-mocks.js',
             'dist/app.js',
             'tests/filters.js',
-            'tests/qrcode.js',
+            'tests/service/qrcode.js',
             'tests/service/message.js',
             'tests/helpers.js',
         ],

+ 0 - 0
tests/qrcode.js → tests/service/qrcode.js


+ 1 - 1
tests/testsuite.html

@@ -17,7 +17,7 @@
         <script src="../dist/app.js"></script>
 
         <script src="filters.js"></script>
-        <script src="qrcode.js"></script>
+        <script src="service/qrcode.js"></script>
         <script src="service/message.js"></script>
         <script src="helpers.js"></script>
     </head>