8 lines
146 B
TypeScript
8 lines
146 B
TypeScript
import { tap, expect } from '@git.zone/tstest/tapbundle';
|
|
|
|
tap.test('test metadata functionality', async () => {
|
|
|
|
})
|
|
|
|
export default tap.start();
|