We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0e6fb commit 88e38eeCopy full SHA for 88e38ee
src/tests/auth.test.ts
@@ -1,7 +1,7 @@
1
import { describe, expect, test } from "vitest";
2
3
const person = {
4
- isActive: false,
+ isActive: true,
5
age: 32,
6
};
7
0 commit comments