Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
},
browsers: ['Chrome'],
port: 9018,
runnerPort: 9101,
colors: true,
logLevel: karma.LOG_INFO,
autoWatch: true,
singleRun: true,
webpack: {
devtool: 'inline-source-map',
resolve: {
plugins: [
new ngtools.PathsPlugin({
tsConfigPath: './tsconfig.json'
})
],
extensions: ['.ts', '.js']
},
entry: {
'tests.bundle.ts': './tests.bundle.ts'
},
output: {
path: './dist.test',
filename: '[name].bundle.js'
},
module: {
rules: [{
test: /\.js$/,
enforce: 'pre',