@expo/html-elements
Version:
Universal semantic HTML React components for iOS, Android, web, and desktop
13 lines (10 loc) • 327 B
JavaScript
const path = require('path');
const roots = ['.'];
module.exports = {
testEnvironment: 'node',
testRegex: './__tests__/.*(test|spec)\\.[jt]sx?$',
watchPlugins: ['jest-watch-typeahead/filename', 'jest-watch-typeahead/testname'],
rootDir: path.resolve(__dirname),
displayName: require('../package').name,
roots,
};