peggy: require instead of import, fixes tests

This commit is contained in:
Vyacheslav Matyukhin 2022-06-26 12:13:33 +03:00
parent 81854702a7
commit 8880b91c28
No known key found for this signature in database
GPG Key ID: 3D2A774C5489F96C

View File

@ -1,7 +1,7 @@
// Try in https://peggyjs.org/online
{{
import * as h from './helpers';
const h = require('./helpers');
}}
start