budibase/packages/backend-core/src/security
Rory Powell fba7ef26ad Replace ts-jest with swc/jest (#9289)
- Add swc dependencies
- Add transform change to jest.config.ts
- Replace `export =` with `export default` in src code to enable code coverage to work with swc transformer
- Restructure backend-core errors package to allow for exporting error classes with ESM syntax
- Update backend-core to no longer use `export =`, export individual packages instead of replacing with `export default` for backwards compatibility
- Update event publishers to use `export default` - this was required for the `jest.spyOn` usage inside backend-core common mocks
- Restructure some jest.mock usages where declaring the jest.fn as a variable outside of the package mock threw an error
2023-01-11 09:37:37 +00:00
..
tests Bulk session wipe fix + logging 2022-08-08 09:34:45 +01:00
encryption.ts Complete conversion of backend-core to Typescript. 2022-11-24 18:48:51 +00:00
permissions.ts Updating some enums, plural to single. 2022-11-17 14:59:18 +00:00
roles.ts More controller typescript conversions. 2022-11-22 16:52:25 +00:00
sessions.ts Replace ts-jest with swc/jest (#9289) 2023-01-11 09:37:37 +00:00