Skip to content

Commit

Permalink
Revert "ci: test workflow, should not trigger release workflow"
Browse files Browse the repository at this point in the history
This reverts commit 8337898.
  • Loading branch information
jojoee committed Oct 17, 2022
1 parent 8337898 commit b59f5a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ describe('bahttext', () => {
expect(bahttext('this-is-not-number')).toBe(zeroText)
expect(bahttext('it-must-be-number-only')).toBe(zeroText)
expect(bahttext('a123')).toBe(zeroText)

})

test('leading with zero', () => {
Expand Down

0 comments on commit b59f5a0

Please sign in to comment.