BREAKING CHANGE(core): switch to esm

This commit is contained in:
2022-04-14 10:36:24 +02:00
parent 703bfe7fe8
commit 0bb6bfbb37
7 changed files with 6885 additions and 14184 deletions

View File

@@ -1,7 +1,7 @@
import { expect, tap } from '@pushrocks/tapbundle';
import * as plugins from './plugins';
import * as plugins from './plugins.js';
import * as smarts3 from '../ts/index';
import * as smarts3 from '../ts/index.js';
let testSmarts3Instance: smarts3.Smarts3;