testcafe-workshop/src/controller.test.js
2016-10-10 15:55:13 -06:00

9 lines
125 B
JavaScript

describe('test', () => {
it('works', () => {
// test stuff
})
it('works again', () => {
// other stuff
})
})