Skip to content

Commit

Permalink
testing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
alicewriteswrongs committed May 22, 2023
1 parent bbc8aa7 commit 0385538
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/karma/karma.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,18 @@ module.exports = function (config) {
tsconfig: './tsconfig.json',
bundlerOptions: {
transforms: [require('karma-typescript-es6-transform')()],
// resolve: {
// alias: {
// "@stencil/core": "../../internal/index.js",
// "@stencil/core/internal": "../../internal/index.js",
// "@stencil/core/internal/client/css-shim": "../../internal/client/css-shim.js",
// "@stencil/core/internal/client/dom": "../../internal/client/dom.js",
// "@stencil/core/internal/client/patch-browser": "../../internal/client/patch-browser.js",
// "@stencil/core/internal/client/patch-esm": "../../internal/client/patch-esm.js",
// "@stencil/core/internal/client/shadow-css": "../../internal/client/shadow-css.js",
// "@stencil/core/testing": "../../testing/index.js"
// }
// }
},
},
});
Expand Down
1 change: 1 addition & 0 deletions test/karma/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"paths": {
"@stencil/core": ["../../internal"],
"@stencil/core/internal": ["../../internal"],
"@stencil/core/internal/client": ["../../internal/client"],
"@stencil/core/testing": ["../../testing"]
}
},
Expand Down

0 comments on commit 0385538

Please sign in to comment.