fix: item linking search results (#1869)

This commit is contained in:
Aman Harwara
2022-10-25 19:45:41 +05:30
committed by GitHub
parent 3b1892ed5a
commit b7c502038f
3 changed files with 308 additions and 54 deletions

View File

@@ -22,4 +22,5 @@ module.exports = {
'^.+\\.(ts|tsx)?$': 'ts-jest',
'\\.svg$': 'svg-jest',
},
testEnvironment: 'jsdom',
}