Skip to content

Commit

Permalink
add dummy test
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Cassidy <[email protected]>
  • Loading branch information
stevecassidy committed Aug 25, 2023
1 parent 6ead4dd commit 57ab37e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/devtools.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,8 @@ if (DEVELOPER_MODE) {
await createRandomRecord(projectID);
}
});
} else {
test('dummy test since we must have at least one test', async () => {
expect(true).toBe(true);
});
}

0 comments on commit 57ab37e

Please sign in to comment.