fix(core): update
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
import * as smartpath from '@pushrocks/smartpath';
|
||||
import * as smartpath from '@push.rocks/smartpath';
|
||||
|
||||
export {
|
||||
smartpath
|
||||
};
|
||||
export { smartpath };
|
||||
|
@ -1,11 +1,9 @@
|
||||
import { expect, tap } from '@pushrocks/tapbundle';
|
||||
import { expect, tap } from '@push.rocks/tapbundle';
|
||||
|
||||
import * as plugins from './plugins.js';
|
||||
|
||||
import * as smartdaemon from '../ts/index.js';
|
||||
|
||||
|
||||
|
||||
let testSmartdaemon: smartdaemon.SmartDaemon;
|
||||
|
||||
tap.test('should create an instance of smartdaemon', async () => {
|
||||
|
Reference in New Issue
Block a user