1
0
mirror of https://github.com/ascribe/onion.git synced 2024-11-15 09:35:10 +01:00
onion/js/utils/__tests__/general_utils-test.js
2015-06-05 16:57:56 +02:00

9 lines
189 B
JavaScript

jest.autoMockOff();
import * as GeneralUtils from '../general_utils';
describe('GeneralUtils', () => {
it('should do something', () => {
console.log('asdasdasd');
});
});