File tree Expand file tree Collapse file tree 7 files changed +17
-8
lines changed
Expand file tree Collapse file tree 7 files changed +17
-8
lines changed Original file line number Diff line number Diff line change 11import * as pluginTools from '@junobuild/plugin-tools' ;
22import { JunoPluginError } from '@junobuild/plugin-tools' ;
33
4- import { withJuno } from './index' ;
4+ import { withJuno } from '.. /index' ;
55
66describe ( 'withJuno' , ( ) => {
77 beforeEach ( ( ) => {
Original file line number Diff line number Diff line change 1+ {
2+ "extends" : " ../../../../tsconfig.spec.json"
3+ }
Original file line number Diff line number Diff line change 88 orbiterId ,
99 satelliteId ,
1010 useDockerContainer
11- } from './config' ;
11+ } from '.. /config' ;
1212import {
1313 CMC_ID ,
1414 DOCKER_SATELLITE_ID ,
@@ -17,8 +17,8 @@ import {
1717 INTERNET_IDENTITY_ID ,
1818 MODE_DEVELOPMENT ,
1919 NNS_GOVERNANCE_ID
20- } from './constants' ;
21- import { JunoPluginError } from './error' ;
20+ } from '.. /constants' ;
21+ import { JunoPluginError } from '.. /error' ;
2222
2323vi . mock ( '@junobuild/config-loader' , async ( ) => {
2424 // eslint-disable-next-line @typescript-eslint/consistent-type-imports
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ import {
1010 INTERNET_IDENTITY_ID ,
1111 MODE_DEVELOPMENT ,
1212 NNS_GOVERNANCE_ID
13- } from './constants' ;
14- import { initConfig } from './init' ;
15- import type { ConfigArgs } from './types' ;
13+ } from '.. /constants' ;
14+ import { initConfig } from '.. /init' ;
15+ import type { ConfigArgs } from '.. /types' ;
1616
1717vi . mock ( '@junobuild/config-loader' , async ( ) => {
1818 // eslint-disable-next-line @typescript-eslint/consistent-type-imports
Original file line number Diff line number Diff line change 1+ {
2+ "extends" : " ../../../../tsconfig.spec.json"
3+ }
Original file line number Diff line number Diff line change 11import * as pluginTools from '@junobuild/plugin-tools' ;
22import type { UserConfig } from 'vite' ;
33
4- import Juno from './index' ;
4+ import Juno from '.. /index' ;
55
66describe ( 'vite-plugin-juno' , ( ) => {
77 beforeEach ( ( ) => {
Original file line number Diff line number Diff line change 1+ {
2+ "extends" : " ../../../../tsconfig.spec.json"
3+ }
You can’t perform that action at this time.
0 commit comments