fix(core): update
This commit is contained in:
8
test/test.type.ts
Normal file
8
test/test.type.ts
Normal file
@ -0,0 +1,8 @@
|
||||
import { tap, expect } from '@pushrocks/tapbundle';
|
||||
import * as smartstring from '../ts';
|
||||
|
||||
tap.test('should state valuid utf8', async () => {
|
||||
expect(smartstring.type.isUtf8('hithere')).to.be.true;
|
||||
});
|
||||
|
||||
tap.start();
|
Reference in New Issue
Block a user