Skip to content

Commit

Permalink
feat: add new tests file to be implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelm41 committed May 21, 2024
1 parent 2aac8d9 commit fa43ca5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/integration_generic.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// TODO implement this with MockTransport
2 changes: 1 addition & 1 deletion tests/manual_generic_app.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const YOUR_BLOB =
let transport: Transport



// These tests are meant to be run with a real device connected. They are meant to facilitate manual testing
describe.skip('Integration', function () {
beforeAll(async () => {
transport = await TransportNodeHid.create(1000)
Expand Down

0 comments on commit fa43ca5

Please sign in to comment.