Commit d83b189 1 parent 36c4fd4 commit d83b189 Copy full SHA for d83b189
File tree 3 files changed +208
-4
lines changed
3 files changed +208
-4
lines changed Original file line number Diff line number Diff line change 31
31
"test:ai" : " tsx scripts/test-ai.ts" ,
32
32
"test:browser" : " tsx scripts/test-browser.ts" ,
33
33
"test:coordinates" : " tsx scripts/test-coordinates.ts" ,
34
- "test:github" : " tsx scripts/test-github.ts"
34
+ "test:github" : " tsx scripts/test-github.ts" ,
35
+ "test:assertion" : " tsx scripts/test-assertion.ts"
35
36
},
36
37
"dependencies" : {
37
38
"@anthropic-ai/sdk" : " 0.32.0" ,
43
44
"dotenv" : " ^16.4.5" ,
44
45
"otplib" : " ^12.0.1" ,
45
46
"picocolors" : " ^1.0.0" ,
46
- "playwright" : " ^1.42.1"
47
+ "playwright" : " ^1.42.1" ,
48
+ "expect" : " ^29.7.0"
47
49
},
48
50
"devDependencies" : {
49
51
"@types/node" : " ^20.11.24" ,
50
52
"tsx" : " ^4.7.1" ,
51
- "typescript" : " ~5.6.2"
53
+ "typescript" : " ~5.6.2" ,
54
+ "@types/jest" : " ^29.5.12"
52
55
}
53
56
}
Original file line number Diff line number Diff line change 8
8
"declaration" : true ,
9
9
"esModuleInterop" : true ,
10
10
"skipLibCheck" : true ,
11
- "rootDir" : "./src"
11
+ "rootDir" : "./src" ,
12
+ "types" : [ "node" , "jest" ]
12
13
} ,
13
14
"include" : [ "src" ] ,
14
15
"exclude" : [ "node_modules" , "dist" ]
You can’t perform that action at this time.
0 commit comments