* Add preact package * Fix types * update types * fix types * remove dependecies * bump version * improve test setup for react as well * Add workflow for preact * Fix types * bump version * Add white space * remove forward ref * bump package * Fix types * Fix types * bump version * Remove proptypings * Test new version * Add some extra documentation
10 lines
217 B
JavaScript
10 lines
217 B
JavaScript
module.exports = {
|
|
verbose: true,
|
|
roots: ['<rootDir>/src/', '<rootDir>/tests/'],
|
|
moduleFileExtensions: ['js'],
|
|
transformIgnorePatterns: [`/node_modules`],
|
|
transform: {
|
|
'^.+\\.js$': 'babel-jest',
|
|
},
|
|
};
|