|
|
@@ -1,4 +1,4 @@ |
|
|
|
import * as obliqueStrategiesCore from '@theoryofnekomata/oblique-strategies-core'; |
|
|
|
import * as obliqueStrategiesCore from '@modal-sh/oblique-strategies-core'; |
|
|
|
import { |
|
|
|
afterAll, |
|
|
|
beforeAll, |
|
|
@@ -13,7 +13,7 @@ import * as https from '../readers/https'; |
|
|
|
import { main } from '../app'; |
|
|
|
import * as presenters from '../presenters'; |
|
|
|
|
|
|
|
vi.mock('@theoryofnekomata/oblique-strategies-core'); |
|
|
|
vi.mock('@modal-sh/oblique-strategies-core'); |
|
|
|
vi.mock('chalk'); |
|
|
|
vi.mock('wrap-ansi'); |
|
|
|
vi.mock('../readers/file'); |
|
|
|