next.js / test /unit /example.txt
AbdulElahGwaith's picture
Upload folder using huggingface_hub
b91e262 verified
describe('{{name}}', () => {
it('should work', async () => {
expect(typeof 'hello').toBe('string')
})
})