chore: simplify matrix example workflow (#1719)

Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
This commit is contained in:
Tonye Jack
2023-11-19 20:05:34 -07:00
committed by GitHub
parent 6d07b6ee59
commit 05bdc91228
3 changed files with 7 additions and 12 deletions

View File

@@ -1,5 +0,0 @@
describe('main test', () => {
it('adds two numbers', async () => {
expect(1 + 1).toEqual(2)
})
})