This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
image-juicer/test/example.js

8 lines
138 B
JavaScript

/* eslint-disable func-names */
describe('description', () => {
it('should have description', () => {
expect(1 + 2).toBe(3);
});
});