Update installation link (#150) #405
Annotations
2 errors and 1 warning
error: expect(received).toEqual(expected):
tests/anthropic.test.ts#L99
+ {}
- {
- jobHistory: [
- {
- companyName: "Acme Corp",
- role: "Software Engineer",
- years: 5,
- },
- {
- companyName: "Globex Inc.",
- role: "Lead Developer",
- years: 3,
- }
- ],
- skills: [
- "Programming",
- "Leadership",
- "Communication"
- ],
- userDetails: {
- contactDetails: {
- email: "john.doe@example.com",
- phoneNumber: "555-1234",
- },
- firstName: "John",
- lastName: "Doe",
- },
- }
- Expected - 27
+ Received + 1
at /home/runner/work/instructor-js/instructor-js/tests/anthropic.test.ts:99:5
|
run-tests
Process completed with exit code 1.
|
run-tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|