10 lines
296 B
JavaScript
Executable File
10 lines
296 B
JavaScript
Executable File
#!/usr/bin/env -S node --no-warnings --loader ts-node/esm
|
|
import { test } from 'tstest';
|
|
test('integrate testing', async (t) => {
|
|
let mapLike;
|
|
let asyncMapLike;
|
|
void mapLike;
|
|
void asyncMapLike;
|
|
t.pass('should imported typing');
|
|
});
|
|
//# sourceMappingURL=integration.spec.js.map
|