We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f010f36 commit 867607fCopy full SHA for 867607f
__tests__/dataframe.test.ts
@@ -45,7 +45,7 @@ describe("dataframe", () => {
45
const actual = expected.clone();
46
expect(actual).toFrameEqual(expected);
47
});
48
- test("describe", () => {
+ test.skip("describe", () => {
49
const actual = pl
50
.DataFrame({
51
a: [1, 2, 3],
0 commit comments