peggy: require instead of import, fixes tests
This commit is contained in:
parent
81854702a7
commit
8880b91c28
|
@ -1,7 +1,7 @@
|
|||
// Try in https://peggyjs.org/online
|
||||
|
||||
{{
|
||||
import * as h from './helpers';
|
||||
const h = require('./helpers');
|
||||
}}
|
||||
|
||||
start
|
||||
|
|
Loading…
Reference in New Issue
Block a user