jokes-bapak2/nodejs/test/main.js

13 lines
214 B
JavaScript
Raw Normal View History

2021-03-09 10:10:43 +00:00
describe('main test', () => {
it('should output an image', async () => {
//
});
it('should return error', async () => {
//
});
it('should return too many request', async () => {
//
});
});