mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
efabf81e23
* Add util for generating new tests/error documents * update compiled * lint-fix * apply suggestions * update wording * update compiled
6 lines
113 B
Plaintext
6 lines
113 B
Plaintext
describe('{{name}}', () => {
|
|
it('should work', async () => {
|
|
expect(typeof 'hello').toBe('string')
|
|
})
|
|
})
|