smartbucket/test/test.metadata.ts

8 lines
126 B
TypeScript
Raw Normal View History

import { tap, expect } from '@push.rocks/tapbundle';
tap.test('test metadata functionality', async () => {
})
tap.start();