Skip to content

Commit

Permalink
chore: update vite-tsconfig-paths to version 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
IObert committed Oct 8, 2024
1 parent d1d64a0 commit fa2f42e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions __tests__/scripts/checkConfig.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const authConfig = {

describe("Test if configuration is set up right", () => {
test("sync service sid to be defined", () => {
expect(TWILIO_SYNC_SERVICE_SID).toBeDefined();
expect(TWILIO_SYNC_SERVICE_SID).not.toBe("");
});

test("sync service has activated ACL", async () => {
Expand Down Expand Up @@ -177,7 +177,7 @@ describe("Test if configuration is set up right", () => {
});

test("verify service has email channel enabled", async () => {
expect(TWILIO_VERIFY_SERVICE_SID).toBeDefined();
expect(TWILIO_VERIFY_SERVICE_SID).not.toBe("");

// use axios because the twilio sdk doesn't support expose the mailer_sid property
const { data } = await axios.get(
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"throttled-queue": "^2.1.4",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"vite-tsconfig-paths": "^5.0.1",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^2.1.2"
}
}
28 changes: 14 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fa2f42e

Please sign in to comment.