chore: restructured tests into seperate dir as jest error was preventing local exec of cli

This commit is contained in:
Anoop M D 2023-10-05 19:51:06 +05:30
parent c91819c072
commit 0cbf803ed9

View File

@ -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