fix(core): update

This commit is contained in:
Philipp Kunz 2022-03-16 14:48:01 +01:00
parent bb6818324d
commit acc1d7eea7

View File

@ -1,5 +1,5 @@
import { expect, tap } from '@pushrocks/tapbundle';
import * as deesElement from '../ts/index';
import * as deesElement from '../ts/index.js';
tap.test('should create a static element', async () => {
@deesElement.customElement('my-button')