karma-typescript Questions
1
I'm using karma-typescript, with this karma config file :
karmaTypescriptConfig: {
compilerOptions: {
target: "es5",
lib: ["dom", "es2015", "es2017"]
},
bundlerOptions: {
transforms: [requir...
Doom asked 21/11, 2018 at 13:13
2
Setup and goal
Typescript project, with typescript mocha tests. Project should be transpiled from Typescript to ES6 and then transformed via Babel for several shippable bundles.
I'd like to run ...
Brocket asked 8/5, 2018 at 12:56
0
I'm trying to configure karma.config.js to run with NativeScript Angular project following the official doc:
https://docs.nativescript.org/angular/tooling/testing
The problem is the tests always fa...
Theodolite asked 29/5, 2018 at 20:17
1
© 2022 - 2024 — McMap. All rights reserved.