Skip to content

Commit

Permalink
Merge pull request #91 from github/revert-90-fix-packaged-version
Browse files Browse the repository at this point in the history
Revert "Fix packaged version"
  • Loading branch information
Barry Gordon authored and GitHub committed Sep 27, 2021
2 parents 8895572 + 4dbe1de commit a8d4309
Show file tree
Hide file tree
Showing 4 changed files with 340 additions and 393 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/output.json'
'__fixtures__/output/happy_path'
)

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

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

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

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

beforeEach(async () => {
Expand Down
Loading

0 comments on commit a8d4309

Please sign in to comment.