forked from extern/bruno
chore: restructured tests into seperate dir as jest error was preventing local exec of cli
This commit is contained in:
parent
c91819c072
commit
0cbf803ed9
@ -1,6 +1,6 @@
|
||||
const { describe, it, expect } = require('@jest/globals');
|
||||
|
||||
const { printRunSummary } = require('./run');
|
||||
const { printRunSummary } = require('../../src/commands/run');
|
||||
|
||||
describe('printRunSummary', () => {
|
||||
// Suppress console.log output
|
Loading…
Reference in New Issue
Block a user