Skip to content

Commit 666a100

Browse files
bring it back!
1 parent d52bbf9 commit 666a100

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/testing/testing-sys.ts

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ export const createTestingSystem = (): TestingSystem => {
6262
sys.writeFile = wrapWrite(sys.writeFile);
6363
sys.writeFileSync = wrapWrite(sys.writeFileSync);
6464

65+
sys.getCompilerExecutingPath = () => 'bin/stencil.js';
66+
6567
Object.defineProperties(sys, {
6668
diskReads: {
6769
get() {

0 commit comments

Comments
 (0)