mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 14:02:48 +00:00
feat: migrate to esm
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
import {Logger} from '@openstapps/logger';
|
||||
import {expect} from 'chai';
|
||||
import {slow, suite, test, timeout} from '@testdeck/mocha';
|
||||
import {Converter} from '../src/schema';
|
||||
import {Converter} from '../src/schema.js';
|
||||
import path from 'path';
|
||||
|
||||
process.on('unhandledRejection', (error: unknown) => {
|
||||
|
||||
Reference in New Issue
Block a user