export-mollie/tests/main.test.js

8 lines
97 B
JavaScript

/**
* @jest-environment jsdom
*/
test('Hello tests', () => {
expect(true).toBe(true);
});