Add a few more Switch tests and the accessibility-assertions file

This commit is contained in:
Ryan Gossiaux
2021-12-25 01:51:31 -08:00
parent e417a9956d
commit 1156a0923e
3 changed files with 1472 additions and 0 deletions

View File

@@ -4,6 +4,9 @@ module.exports = {
'^.+\\.js$': 'babel-jest',
'^.+\\.ts$': 'ts-jest',
},
setupFilesAfterEnv: [
'@testing-library/jest-dom/extend-expect',
],
testEnvironment: "jsdom",
moduleFileExtensions: ['js', 'ts', 'svelte'],
moduleNameMapper: {