Skip to content

Commit

Permalink
feat: configure specs to import configuration from .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
pepopowitz committed Dec 6, 2023
1 parent ea3d5e2 commit 00804d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { TaskState } from "../lib/Types"
import {TasklistRESTClient} from "./../index"
import { join } from 'path'
import { CreateProcessInstanceResponse, DeployProcessResponse, ZBClient } from 'zeebe-node'
import 'dotenv/config'

jest.setTimeout(25000) // increase timeout to allow Tasklist application to create tasks

Expand Down
1 change: 1 addition & 0 deletions packages/tasklist-client-node-js/src/__test__/test.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { TaskState } from "../lib/Types"
import {TasklistApiClient} from "./../index"
import { join } from 'path'
import { CreateProcessInstanceResponse, DeployProcessResponse, ZBClient } from 'zeebe-node'
import 'dotenv/config'

jest.setTimeout(25000) // increase timeout to allow Tasklist application to create tasks

Expand Down

0 comments on commit 00804d1

Please sign in to comment.