Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
avoc-ado committed Jun 5, 2024
1 parent 2b9d4b7 commit dc87b9a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/blank.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// write a mocha chai typescript hello world test
import { expect } from 'chai';

// there must be on test to pass CI
describe('tests', () => {
it('should run', () => {
expect(true).to.be.true;
});
});

0 comments on commit dc87b9a

Please sign in to comment.