fix(core): update

This commit is contained in:
2023-07-12 10:57:25 +02:00
parent ed6db60055
commit fad166c100
6 changed files with 247 additions and 141 deletions

View File

@ -1,4 +1,4 @@
import { tap, expect } from '@pushrocks/tapbundle';
import { tap, expect } from '@push.rocks/tapbundle';
import * as smartrx from '../ts/index.js';

View File

@ -1,8 +1,8 @@
// import test framework
import { expect, tap } from '@pushrocks/tapbundle';
import { expect, tap } from '@push.rocks/tapbundle';
import * as events from 'events';
import * as rx from 'rxjs';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartpromise from '@push.rocks/smartpromise';
// import the module
import * as smartrx from '../ts/index.js';