react-crossword-v2
Version:
A flexible, responsive, and easy-to-use crossword component for React apps
19 lines (15 loc) • 353 B
text/typescript
import type { Config } from '@jest/types';
// Sync object
const config: Config.InitialOptions = {
verbose: true,
testEnvironment: 'jsdom',
// roots: ['build'],
roots: ['src'],
};
export default config;
// // Or async function
// export default async (): Promise<Config.InitialOptions> => {
// return {
// verbose: true,
// };
// };