Commit 44a3292
committed
Fix malformed engine entry in build-ts-extension test fixture
The engines list takes either a string (engine name) or an object with
a path. The fixture had 'test-engine.js' as a bare string, which would
register an engine named 'test-engine.js' rather than point at the
bundled module.1 parent 5cd0c86 commit 44a3292
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
0 commit comments