mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 09:35:10 +01:00
9 lines
189 B
JavaScript
9 lines
189 B
JavaScript
jest.autoMockOff();
|
|
|
|
import * as GeneralUtils from '../general_utils';
|
|
|
|
describe('GeneralUtils', () => {
|
|
it('should do something', () => {
|
|
console.log('asdasdasd');
|
|
});
|
|
}); |