File tree Expand file tree Collapse file tree 8 files changed +3151
-3199
lines changed Expand file tree Collapse file tree 8 files changed +3151
-3199
lines changed Original file line number Diff line number Diff line change 10
10
steps :
11
11
- uses : actions/checkout@v3
12
12
- uses : pnpm/action-setup@v2
13
- with :
14
- version : 7
15
13
- uses : actions/setup-node@v3
16
14
with :
17
- node-version : 16 .x
15
+ node-version : 20 .x
18
16
cache : " pnpm"
19
17
20
18
- run : pnpm install --frozen-lockfile
Original file line number Diff line number Diff line change 17
17
steps :
18
18
- uses : actions/checkout@v3
19
19
- uses : pnpm/action-setup@v2
20
- with :
21
- version : 7
22
20
- uses : actions/setup-node@v3
23
21
with :
24
- node-version : 16 .x
22
+ node-version : 20 .x
25
23
cache : " pnpm"
26
24
27
25
- run : pnpm install --frozen-lockfile
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ../tsconfig.json" ,
3
+ "compilerOptions" : {
4
+ "types" : [
5
+ " vitest/globals"
6
+ ]
7
+ },
8
+ "include" : [
9
+ " ."
10
+ ]
11
+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 24
24
"build" : " tsup" ,
25
25
"lint" : " tsc" ,
26
26
"release" : " pnpm run build && changeset publish" ,
27
- "test" : " jest --coverage" ,
28
- "test:watch" : " jest --watch "
27
+ "test" : " vitest run --coverage" ,
28
+ "test:watch" : " vitest "
29
29
},
30
30
"author" : {
31
31
"name" : " Paul Ehikhuemen" ,
36
36
"devDependencies" : {
37
37
"@changesets/cli" : " ^2.26.2" ,
38
38
"@react-email/render" : " 0.0.7" ,
39
- "@types/jest" : " 29.5.2" ,
40
39
"@types/react" : " 18.2.8" ,
41
- "jest" : " 29.5.0" ,
40
+ "@vitest/coverage-v8" : " 2.1.8" ,
41
+ "happy-dom" : " ^15.11.7" ,
42
42
"react" : " 18.2.0" ,
43
- "ts-jest" : " 29.1.0" ,
44
43
"ts-node" : " 10.9.1" ,
45
44
"tsup" : " 6.7.0" ,
46
- "typescript" : " 5.1.3"
45
+ "typescript" : " 5.1.3" ,
46
+ "vitest" : " 2.1.8"
47
47
},
48
48
"peerDependencies" : {
49
49
"react" : " 18.x"
53
53
},
54
54
"publishConfig" : {
55
55
"access" : " public"
56
- }
56
+ },
57
+ "packageManager" : " pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387"
57
58
}
You can’t perform that action at this time.
0 commit comments