mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-10-09 20:55:06 +02:00
Made copy button and cmd+c work for cmd+v and cmd+shift+v (#3693)
* Made copy button and cmd+c work for cmd+v and cmd+shift+v * made sub selections work as well * ok it works * fixed npm run build * im not from earth * added logging * more logging * bye logs * should work now * whoops * added stuff * made it robust * ctrl shift v behavior
This commit is contained in:
11
web/jest.config.js
Normal file
11
web/jest.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
module.exports = {
|
||||
preset: "ts-jest",
|
||||
testEnvironment: "node",
|
||||
moduleNameMapper: {
|
||||
"^@/(.*)$": "<rootDir>/src/$1",
|
||||
},
|
||||
testPathIgnorePatterns: ["/node_modules/", "/tests/e2e/"],
|
||||
transform: {
|
||||
"^.+\\.tsx?$": "ts-jest",
|
||||
},
|
||||
};
|
Reference in New Issue
Block a user