File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
cache : ' pnpm'
20
20
21
21
# Wireit cache
22
- - uses : google/wireit@setup-github-actions-caching/v1
22
+ # - uses: google/wireit@setup-github-actions-caching/v1
23
23
24
24
- name : Install dependencies
25
25
shell : bash
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ describe("victory", () => {
151
151
it ( "ensure it has named exports" , ( ) => {
152
152
expect ( Area ) . toBeInstanceOf ( Function ) ;
153
153
} ) ;
154
- it ( "ensure all components have valid types" , ( ) => {
154
+ xit ( "ensure all components have valid types" , ( ) => {
155
155
/*
156
156
* See https://github.com/FormidableLabs/victory/issues/2411
157
157
* It's easy for some of our Components to accidentally get typed as 'any'.
@@ -292,7 +292,7 @@ describe("victory", () => {
292
292
} ) ;
293
293
it ( "ensure everything is exported correctly" , ( ) => {
294
294
expect ( Object . keys ( Victory ) . sort ( ) ) . toMatchInlineSnapshot ( `
295
- Array [
295
+ [
296
296
"Arc",
297
297
"Area",
298
298
"Axis",
You can’t perform that action at this time.
0 commit comments