Skip to content

Commit

Permalink
Merge pull request #90 from github/fix-packaged-version
Browse files Browse the repository at this point in the history
Fix packaged version
  • Loading branch information
Barry Gordon authored and GitHub committed Sep 27, 2021
2 parents 6c423dd + 744b770 commit 8895572
Show file tree
Hide file tree
Showing 4 changed files with 393 additions and 340 deletions.
10 changes: 5 additions & 5 deletions __tests__/updater.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ describe('Updater', () => {
mockApiClient,
mockJobDetails,
[],
'__fixtures__/output/happy_path'
'../__fixtures__/output/happy_path/output.json'
)

beforeEach(async () => {
Expand All @@ -80,7 +80,7 @@ describe('Updater', () => {
mockApiClient,
mockJobDetails,
[],
'__fixtures__/output/happy_path'
'../__fixtures__/output/happy_path/output.json'
)

beforeEach(async () => {
Expand Down Expand Up @@ -111,7 +111,7 @@ describe('Updater', () => {
mockApiClient,
mockJobDetails,
[],
'__fixtures__/output/happy_path'
'../__fixtures__/output/happy_path/output.json'
)

beforeEach(async () => {
Expand Down Expand Up @@ -145,7 +145,7 @@ describe('Updater', () => {
mockApiClient,
mockJobDetails,
[],
'__fixtures__/output/empty'
'../__fixtures__/output/empty/output.json'
)

beforeEach(async () => {
Expand All @@ -172,7 +172,7 @@ describe('Updater', () => {
mockApiClient,
mockJobDetails,
[],
'__fixtures__/output/malformed'
'../__fixtures__/output/malformed/output.json'
)

beforeEach(async () => {
Expand Down
Loading

0 comments on commit 8895572

Please sign in to comment.