BREAKING CHANGE(scope): update scope to @pushrocks
This commit is contained in:
10
test/test.ts
10
test/test.ts
@ -1,8 +1,8 @@
|
||||
import { tap, expect } from 'tapbundle'
|
||||
import smartlodash from '../dist/index'
|
||||
import { tap, expect } from '@pushrocks/tapbundle';
|
||||
import smartlodash from '../ts/index';
|
||||
|
||||
tap.test('should have types in place', async () => {
|
||||
smartlodash
|
||||
})
|
||||
smartlodash;
|
||||
});
|
||||
|
||||
tap.start()
|
||||
tap.start();
|
||||
|
Reference in New Issue
Block a user