Skip to content

Commit 62cbb9f

Browse files
committed
chore: upgrade tooling & fix apis mismatches
1 parent af337a6 commit 62cbb9f

13 files changed

+3663
-2211
lines changed

e2e/tsconfig.e2e.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"extends": "../tsconfig.json",
3+
"compilerOptions": {
4+
"outDir": "../out-tsc/e2e",
5+
"baseUrl": "./",
6+
"module": "commonjs",
7+
"target": "es5",
8+
"types": [
9+
"jasmine",
10+
"jasminewd2",
11+
"node"
12+
]
13+
}
14+
}

karma.conf.js

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Karma configuration file, see link for more information
2-
// https://karma-runner.github.io/0.13/config/configuration-file.html
2+
// https://karma-runner.github.io/1.0/config/configuration-file.html
33

44
module.exports = function(config) {
55
var configuration = {
@@ -23,15 +23,6 @@ module.exports = function(config) {
2323
angularCli: {
2424
environment: 'dev'
2525
},
26-
// files: [
27-
// { pattern: './src/test.ts', watched: false }
28-
// ],
29-
// preprocessors: {
30-
// './src/test.ts': ['angular-cli']
31-
// },
32-
// mime: {
33-
// 'text/x-typescript': ['ts','tsx']
34-
// },
3526
reporters: ['mocha', 'kjhtml'],
3627
port: 9876,
3728
colors: true,

0 commit comments

Comments
 (0)