try different karma config

This commit is contained in:
weboko 2023-01-20 01:42:43 +01:00
parent 5c27216117
commit 932248b497
No known key found for this signature in database

View File

@ -50,7 +50,7 @@ module.exports = function (config) {
type: "asset/resource",
},
{
test: /\.(js|tsx?)$/,
test: /\.(js|ts|tsx)$/,
loader: "ts-loader",
exclude: /node_modules|\.d\.ts$/,
options: { configFile: "tsconfig.karma.json" },