Skip to content

Commit

Permalink
test: docker compose v2
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Aug 13, 2024
1 parent f4c4fc6 commit 731ee77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/graph-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"barnard59-core": "^6.0.1",
"barnard59-env": "^1.2.3",
"barnard59-test-support": "*",
"docker-compose": "^0.24.7",
"docker-compose": "^0.24.8",
"express-as-promise": "^1.2.0",
"get-stream": "^6.0.1",
"is-stream": "^3",
Expand Down
4 changes: 2 additions & 2 deletions packages/graph-store/test/pipeline.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { strictEqual } from 'node:assert'
import ParsingClient from 'sparql-http-client/ParsingClient.js'
import * as compose from 'docker-compose'
import { upAll } from 'docker-compose/dist/v2.js'
import waitOn from 'wait-on'
import { pipelineDefinitionLoader } from 'barnard59-test-support/loadPipelineDefinition.js'
import env from 'barnard59-env/index.ts'
Expand All @@ -20,7 +20,7 @@ const endpoint = 'http://localhost:3030/test'
describe('graph-store pipeline', function () {
before(async function () {
this.timeout(100000)
await compose.upAll({
await upAll({
cwd: support,
})
await waitOn({
Expand Down

0 comments on commit 731ee77

Please sign in to comment.