mirror of
https://github.com/giraffate/clippy-action.git
synced 2024-11-22 16:09:33 +01:00
6 lines
125 B
TypeScript
6 lines
125 B
TypeScript
import {expect, test} from '@jest/globals'
|
|
|
|
test('throws invalid number', async () => {
|
|
const x = 3
|
|
expect(x).toBe(3)
|
|
})
|