8 lines
196 B
TypeScript
8 lines
196 B
TypeScript
import { tap } from '../../../ts_tapbundle/index.js';
|
|
|
|
tap.test('nested glob pattern test', async () => {
|
|
console.log('This test file is in a nested directory');
|
|
return true;
|
|
});
|
|
|
|
tap.start(); |