1
0
Fork 0
js-utils/test/TestHelpers.ts

7 lines
172 B
TypeScript
Raw Normal View History

2020-03-29 13:43:52 +00:00
import { describeLeaks, itLeaks } from './helpers/async';
describeLeaks('test helpers', async () => {
itLeaks('should wrap suites');
itLeaks('should wrap tests');
});