BREAKING CHANGE(core): switch to esm

This commit is contained in:
2022-03-24 23:11:53 +01:00
parent b52bb4b474
commit 8b2f541150
10 changed files with 5990 additions and 15254 deletions

View File

@ -1,5 +1,5 @@
import { expect, expectAsync, tap } from '@pushrocks/tapbundle';
import * as smartnetwork from '../ts/index';
import * as smartnetwork from '../ts/index.js';
let testSmartNetwork: smartnetwork.SmartNetwork;