0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-17 22:04:19 -05:00
logto/packages/integration-tests
simeng-li fafe27f87a
test(core): add exception cases for role api and scope api (#3802)
* feat(core): add roles api guard

add roles api guard

* feat(core): add scope api response guard

add scope api response guard

* test(core): add exception cases for role api integration tests

add exception cases for role api integration tests

* fix(console): fix lint error

fix lint error

* fix(core): remove guard status code

remove guard status code

* fix(core): resolve comments

resolve comments

* fix(core): remove useless 401,403 code guard

remove useless 401,403 code guard

* fix(core): fix swagger 422 guard error

fix swagger 422 guard error
2023-05-05 16:18:27 +08:00
..
src test(core): add exception cases for role api and scope api (#3802) 2023-05-05 16:18:27 +08:00
CHANGELOG.md release: version core packages (#3644) 2023-03-30 19:44:40 +08:00
jest.config.js refactor: move console sie to database (#3171) 2023-02-21 21:24:43 +08:00
jest.config.ui.js
jest.setup.api.js refactor: move console sie to database (#3171) 2023-02-21 21:24:43 +08:00
jest.setup.js refactor(ui): use swc for testing (#3726) 2023-04-20 16:21:21 +00:00
package.json chore(test): complete custom phrase API guard and add ITs (#3772) 2023-04-28 03:41:00 +00:00
tsconfig.json refactor: update tsconfig 2023-02-17 13:41:05 +08:00
tsconfig.test.json