Skip to content

Commit adaed9e

Browse files
remove duplicated code and use tfjs-image-recognition-base
1 parent 5add150 commit adaed9e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+1124
-2112
lines changed

karma.conf.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@ module.exports = function(config) {
2525
'**/*.ts': ['karma-typescript']
2626
},
2727
karmaTypescriptConfig: {
28-
tsconfig: 'tsconfig.test.json'
28+
tsconfig: 'tsconfig.test.json',
29+
bundlerOptions: {
30+
transforms: [
31+
require("karma-typescript-es6-transform")()
32+
]
33+
}
2934
},
3035
browsers: ['Chrome'],
3136
browserNoActivityTimeout: 60000,

0 commit comments

Comments
 (0)