Skip to content

Add new augmentLogEntry property #185

Add new augmentLogEntry property

Add new augmentLogEntry property #185

GitHub Actions / Test results succeeded Nov 13, 2024 in 0s

12 passed, 0 failed and 0 skipped

Tests passed successfully

✔️ test-results.xml

12 tests were completed in 1s with 12 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
src/testing/tests/hello-query.test.ts 4✔️ 117ms
src/testing/tests/important-mutation.test.ts 3✔️ 90ms
src/testing/tests/me-query.test.ts 5✔️ 91ms

✔️ src/testing/tests/hello-query.test.ts

src/testing/tests/hello-query.test.ts
  ✔️ hello query operation > anonymous calls fail
  ✔️ hello query operation > authenticated calls work
  ✔️ hello query operation > user name is returned
  ✔️ hello query operation > user email is returned

✔️ src/testing/tests/important-mutation.test.ts

src/testing/tests/important-mutation.test.ts
  ✔️ important mutation operation > anonymous calls fail
  ✔️ important mutation operation > non-admin calls fail
  ✔️ important mutation operation > admin calls work

✔️ src/testing/tests/me-query.test.ts

src/testing/tests/me-query.test.ts
  ✔️ me query operation > anonymous calls return null
  ✔️ me query operation > returns basic app (no email)
  ✔️ me query operation > returns basic user (with email)
  ✔️ me query operation > returns user roles
  ✔️ me query operation > returns user name