cloud-take-home-assignment-2/test/index.test.js

6 lines
90 B
JavaScript
Raw Permalink Normal View History

2024-05-10 13:03:05 +00:00
describe('myJSTest', () => {
it('should pass', () => {
expect(2).toBe(2);
});
});