mirror of
https://github.com/usebruno/bruno.git
synced 2024-12-22 23:02:40 +01:00
fix: dummy test to pass the build
This commit is contained in:
parent
40406b96a2
commit
6632ae1dcb
@ -1,3 +1,12 @@
|
|||||||
|
// damn jest throws an error when no tests are found in a file
|
||||||
|
// --passWithNoTests doesn't work
|
||||||
|
|
||||||
|
describe('dummy test', () => {
|
||||||
|
it('should pass', () => {
|
||||||
|
expect(true).toBe(true);
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
// todo: fix this failing test
|
// todo: fix this failing test
|
||||||
// const { configureRequest } = require('../../src/ipc/network/index');
|
// const { configureRequest } = require('../../src/ipc/network/index');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user