diff options
| author | Max Nanis | 2025-06-02 16:45:21 +0700 |
|---|---|---|
| committer | Max Nanis | 2025-06-02 16:45:21 +0700 |
| commit | e6037b430935720ce60245ae36ecd3622e8a22bf (patch) | |
| tree | 13919b0f73729ad47a31e06bdd710f774d70cac0 /jest.config.ts | |
| parent | 8caa77413ea372e5cbd2980a9922d701af359c04 (diff) | |
| download | panel-ui-e6037b430935720ce60245ae36ecd3622e8a22bf.tar.gz panel-ui-e6037b430935720ce60245ae36ecd3622e8a22bf.zip | |
Updated openapi generator to use the latest version (camelCase to underscore - which respects API models). Updating views to use the new swagger definitions. AnswerSlice as a datastore alongside Questions TS interface
Diffstat (limited to 'jest.config.ts')
| -rw-r--r-- | jest.config.ts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/jest.config.ts b/jest.config.ts new file mode 100644 index 0000000..c52075f --- /dev/null +++ b/jest.config.ts @@ -0,0 +1,7 @@ +export default { + preset: 'ts-jest', + testEnvironment: 'jsdom', + moduleNameMapper: { + '\\.(css|less|scss|sass)$': 'identity-obj-proxy', + }, +};
\ No newline at end of file |
