File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 57
57
"prepare" : " npm run build" ,
58
58
"test" : " jest ./test/unit" ,
59
59
"test:unit" : " jest ./test/unit" ,
60
- "test:api" : " jest ./test/api" ,
60
+ "test:api" : " jest ./test/api --silent --testPathIgnorePatterns= \" (synchronization|metadata-branch-operations|entry-variants|global-fields-comprehensive|index).spec.ts \" --silent " ,
61
61
"test:all" : " jest ./test/unit && jest ./test/api" ,
62
62
"test:watch" : " jest ./test/unit --watch" ,
63
63
"test:coverage" : " jest ./test/unit --coverage" ,
Original file line number Diff line number Diff line change 1
1
/* eslint-disable no-console */
2
2
/* eslint-disable promise/always-return */
3
- import { BaseAsset } from 'src' ;
3
+ import { BaseAsset } from '../../ src/lib/types ' ;
4
4
import { Asset } from '../../src/lib/asset' ;
5
5
import { stackInstance } from '../utils/stack-instance' ;
6
6
import { TAsset } from './types' ;
You can’t perform that action at this time.
0 commit comments