rsnext/test/unit/example.txt
JJ Kasper efabf81e23
Add util for generating new tests/error documents (#33001)
* Add util for generating new tests/error documents

* update compiled

* lint-fix

* apply suggestions

* update wording

* update compiled
2022-01-06 09:45:04 -06:00

5 lines
113 B
Text

describe('{{name}}', () => {
it('should work', async () => {
expect(typeof 'hello').toBe('string')
})
})