We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d52bbf9 commit 666a100Copy full SHA for 666a100
src/testing/testing-sys.ts
@@ -62,6 +62,8 @@ export const createTestingSystem = (): TestingSystem => {
62
sys.writeFile = wrapWrite(sys.writeFile);
63
sys.writeFileSync = wrapWrite(sys.writeFileSync);
64
65
+ sys.getCompilerExecutingPath = () => 'bin/stencil.js';
66
+
67
Object.defineProperties(sys, {
68
diskReads: {
69
get() {
0 commit comments