6 lines
118 B
TypeScript
6 lines
118 B
TypeScript
import { describe, it } from '@jest/globals';
|
|
|
|
describe('contents/index.ts', () => {
|
|
it.skip('temp', () => {});
|
|
});
|