Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pearmini committed Sep 25, 2023
1 parent 233a3d9 commit 4d8b632
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions __tests__/plots/static/auto-mark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,5 @@ export function AutoMark(): G2Spec {
type: 'fetch',
value: 'data/alphabet.csv',
},
smartColor: true,
};
}

AutoMark.skip = true;
4 changes: 2 additions & 2 deletions __tests__/unit/lib/auto.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { autolib } from '../../../src/lib';
import { Auto } from '../../../src';
import { autolib } from '../../../src';
import { Auto } from '../../../src/mark';

describe('autolib', () => {
it('autolib() should returns expected autolib components.', () => {
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export {
plotlib,
geolib,
threedlib,
autolib,
} from './lib';

export * from './mark';
Expand Down
2 changes: 0 additions & 2 deletions src/mark/auto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export const Auto = (options) => {
data,
dataProps,
fields,
smartColor,
options: o,
colorOptions,
...rest
Expand All @@ -16,7 +15,6 @@ export const Auto = (options) => {
data,
dataProps,
fields,
smartColor,
options: o,
colorOptions,
});
Expand Down

0 comments on commit 4d8b632

Please sign in to comment.