6 lines
68 B
JavaScript
6 lines
68 B
JavaScript
![]() |
import { test } from 'tap';
|
||
|
|
||
|
test('noop', (t) => {
|
||
|
t.end();
|
||
|
});
|