Skip to content

Commit

Permalink
Add placeholder tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelBCarter committed May 22, 2024
1 parent 43c7e31 commit 0ba5ca9
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 3 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"@xylabs/eslint-config": "^3.10.4",
"@xylabs/ts-scripts-yarn3": "^3.10.4",
"@xylabs/tsconfig": "^3.10.4",
"@xylabs/tsconfig-jest": "^3.10.4",
"babel-jest": "^29.7.0",
"eslint": "^8.57.0",
"jest": "^29.7.0",
Expand Down
6 changes: 6 additions & 0 deletions src/spec/test.spec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

describe('api-automation-witness-nodejs', () => {
it('has a test', () => {
expect(true).toBeTruthy()
})
})
3 changes: 3 additions & 0 deletions src/spec/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "@xylabs/tsconfig-jest"
}
5 changes: 2 additions & 3 deletions tsconfig.test.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"extends": "./tsconfig.json",
"include": ["**/*.spec.ts"]
}
"extends": "@xylabs/tsconfig-jest"
}
14 changes: 14 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4578,6 +4578,19 @@ __metadata:
languageName: node
linkType: hard

"@xylabs/tsconfig-jest@npm:^3.10.4":
version: 3.10.4
resolution: "@xylabs/tsconfig-jest@npm:3.10.4"
dependencies:
"@xylabs/tsconfig": ~3.10.4
jest-extended: ^4.0.2
jest-sorted: ^1.0.15
peerDependencies:
typescript: ^5
checksum: 6fc5d1ac30761475b02287748f7377e2e1a42d558ee43e6ba52404deca05456cf6924df771f138937836ae7a87394d19fa63f1c22afc3004a9ba05177bb3d77c
languageName: node
linkType: hard

"@xylabs/tsconfig@npm:^3.10.4, @xylabs/tsconfig@npm:~3.10.4":
version: 3.10.4
resolution: "@xylabs/tsconfig@npm:3.10.4"
Expand Down Expand Up @@ -4706,6 +4719,7 @@ __metadata:
"@xylabs/sdk-api-express-ecs": ^2.0.4
"@xylabs/ts-scripts-yarn3": ^3.10.4
"@xylabs/tsconfig": ^3.10.4
"@xylabs/tsconfig-jest": ^3.10.4
"@xyo-network/automation-witness-server": ^2.88.3
babel-jest: ^29.7.0
body-parser: ^1.20.2
Expand Down

0 comments on commit 0ba5ca9

Please sign in to comment.