fix(types): improve TypeScript strictness compatibility and modernize test exports
This commit is contained in:
@@ -11,4 +11,4 @@ tap.test('should state wether base64 string is valid', async () => {
|
||||
expect(smartstring.type.isBase64('hi there')).toBeFalse();
|
||||
});
|
||||
|
||||
tap.start();
|
||||
export default tap.start();
|
||||
|
||||
Reference in New Issue
Block a user