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 5757 "prepare" : " npm run build" ,
5858 "test" : " jest ./test/unit" ,
5959 "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 " ,
6161 "test:all" : " jest ./test/unit && jest ./test/api" ,
6262 "test:watch" : " jest ./test/unit --watch" ,
6363 "test:coverage" : " jest ./test/unit --coverage" ,
Original file line number Diff line number Diff line change 11/* eslint-disable no-console */
22/* eslint-disable promise/always-return */
3- import { BaseAsset } from 'src' ;
3+ import { BaseAsset } from '../../ src/lib/types ' ;
44import { Asset } from '../../src/lib/asset' ;
55import { stackInstance } from '../utils/stack-instance' ;
66import { TAsset } from './types' ;
You can’t perform that action at this time.
0 commit comments