Add interfaces package
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { expect, tap } from '@git.zone/tstest/tapbundle';
|
||||
import * as shxInterfaces from '../ts/index.js';
|
||||
|
||||
tap.test('exports data and request namespaces', async () => {
|
||||
expect(shxInterfaces.data).toBeTruthy();
|
||||
expect(shxInterfaces.request).toBeTruthy();
|
||||
});
|
||||
|
||||
export default tap.start();
|
||||
Reference in New Issue
Block a user