Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unit test suite is failing #100

Open
blimmer opened this issue Dec 5, 2023 · 0 comments
Open

Unit test suite is failing #100

blimmer opened this issue Dec 5, 2023 · 0 comments

Comments

@blimmer
Copy link
Contributor

blimmer commented Dec 5, 2023

I was going to rework this project to use CircleCI instead of CodeShip, but the test suite is falling locally, as well as in CI.

The jest-dynamodb package is failing with this issue: shelfio/jest-dynamodb#212. But it's fairly out-of-date, so I couldn't easily try the workaround described in that issue.

I also tried migrating to https://github.com/freshollie/jest-dynalite, but was running into issues with that, as well:

 FAIL  src/test/dynamo/Beyonce.test.ts
  ● Beyonce › should put and delete in the same transaction

    Failed: [UnknownOperationException: null]

      111 |   })
      112 |
    > 113 |   it("should put and delete in the same transaction", async () => {
          |   ^
      114 |     await testPutAndDeleteItemInTransaction()
      115 |   })
      116 |

      at Env.it (node_modules/jest-jasmine2/build/jasmineAsyncInstall.js:95:24)
      at Suite.<anonymous> (src/test/dynamo/Beyonce.test.ts:113:3)
      at Object.<anonymous> (src/test/dynamo/Beyonce.test.ts:18:1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant