Skip to content

Commit

Permalink
Add fixture to root out any bad logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ada-x64 committed Nov 22, 2023
1 parent 735191c commit 04ad070
Show file tree
Hide file tree
Showing 70 changed files with 175 additions and 80 deletions.
2 changes: 1 addition & 1 deletion packages/perspective-cli/test/js/superstore.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
// ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

const { test, expect } = require("@playwright/test");
const { test, expect } = require("@finos/perspective-test");
const path = require("path");
const { host } = require("../../src/js/index.js");

Expand Down
2 changes: 1 addition & 1 deletion packages/perspective-jupyterlab/test/js/resize.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
// ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

const { test } = require("@playwright/test");
const { test } = require("@finos/perspective-test");
import { compareContentsToSnapshot } from "@finos/perspective-test";

test.beforeEach(async ({ page }) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
// ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

const { expect } = require("@playwright/test");
const { expect } = require("@finos/perspective-test");
const path = require("path");
const utils = require("@finos/perspective-test");
const {
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective-viewer-d3fc/test/js/area.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
// ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

import { test } from "@playwright/test";
import { test } from "@finos/perspective-test";
import {
getSvgContentString,
run_standard_tests,
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective-viewer-d3fc/test/js/bar.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
// ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

import { test } from "@playwright/test";
import { test } from "@finos/perspective-test";
import {
run_standard_tests,
getSvgContentString,
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective-viewer-d3fc/test/js/barWidth.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
// ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

import { test, expect } from "@playwright/test";
import { test, expect } from "@finos/perspective-test";
import {
API_VERSION,
compareSVGContentsToSnapshot,
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective-viewer-d3fc/test/js/events.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
// ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

import { test, expect } from "@playwright/test";
import { test, expect } from "@finos/perspective-test";
import { compareSVGContentsToSnapshot } from "@finos/perspective-test";

test.describe("Events test", () => {
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective-viewer-d3fc/test/js/heatmap.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
// ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

import { test } from "@playwright/test";
import { test } from "@finos/perspective-test";
import {
getSvgContentString,
run_standard_tests,
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective-viewer-d3fc/test/js/line.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
// ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

import { test } from "@playwright/test";
import { test } from "@finos/perspective-test";
import {
getSvgContentString,
run_standard_tests,
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective-viewer-d3fc/test/js/scatter.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
// ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

import { test } from "@playwright/test";
import { test } from "@finos/perspective-test";
import {
compareSVGContentsToSnapshot,
getSvgContentString,
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective-viewer-d3fc/test/js/sunburst.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
// ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

import { test } from "@playwright/test";
import { test } from "@finos/perspective-test";
import {
getSvgContentString,
run_standard_tests,
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective-viewer-d3fc/test/js/treemap.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
// ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

import { test, expect } from "@playwright/test";
import { test, expect } from "@finos/perspective-test";
import {
getSvgContentString,
run_standard_tests,
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective-viewer-d3fc/test/js/xy-line.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
// ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

import { test } from "@playwright/test";
import { test } from "@finos/perspective-test";
import {
getSvgContentString,
run_standard_tests,
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective-viewer-d3fc/test/js/yscatter.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
// ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

import { test, expect } from "@playwright/test";
import { test, expect } from "@finos/perspective-test";
import {
getSvgContentString,
run_standard_tests,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
// ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

import { test, expect } from "@playwright/test";
import { test, expect } from "@finos/perspective-test";
import { compareContentsToSnapshot } from "@finos/perspective-test";

async function test_column(page, selector, selector2) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
// ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

import { test } from "@playwright/test";
import { test } from "@finos/perspective-test";
import {
compareContentsToSnapshot,
compareLightDOMContents,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
// ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

import { test } from "@playwright/test";
import { test } from "@finos/perspective-test";
import { run_standard_tests } from "@finos/perspective-test";

async function get_contents(page) {
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective-workspace/test/js/dom.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
// ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

import { test } from "@playwright/test";
import { test } from "@finos/perspective-test";
import {
compareLightDOMContents,
compareShadowDOMContents,
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective-workspace/test/js/html.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
// ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

import { test } from "@playwright/test";
import { test } from "@finos/perspective-test";
import {
compareLightDOMContents,
compareShadowDOMContents,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

const { convert } = require("@finos/perspective-viewer/dist/cjs/migrate.js");
import { test, expect } from "@playwright/test";
import { test, expect } from "@finos/perspective-test";
import {
API_VERSION,
compareLightDOMContents,
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective-workspace/test/js/restore.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
// ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

import { test, expect } from "@playwright/test";
import { test, expect } from "@finos/perspective-test";
import {
compareLightDOMContents,
compareShadowDOMContents,
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective-workspace/test/js/visibility.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
// ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

import { test } from "@playwright/test";
import { test } from "@finos/perspective-test";
import {
compareLightDOMContents,
compareShadowDOMContents,
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective/test/js/clear.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
// ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

const { test, expect } = require("@playwright/test");
const { test, expect } = require("@finos/perspective-test");
const perspective = require("@finos/perspective");

((perspective) => {
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective/test/js/constructors.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
// ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

const { test, expect } = require("@playwright/test");
const { test, expect } = require("@finos/perspective-test");
const perspective = require("@finos/perspective");

const moment = require("moment");
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective/test/js/delete.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
// ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

const { test, expect } = require("@playwright/test");
const { test, expect } = require("@finos/perspective-test");
const perspective = require("@finos/perspective");

function it_old_behavior(name, capture) {
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective/test/js/delta.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
// ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

const { test, expect } = require("@playwright/test");
const { test, expect } = require("@finos/perspective-test");
const perspective = require("@finos/perspective");

const _ = require("underscore");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
// ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

const { test, expect } = require("@playwright/test");
const { test, expect } = require("@finos/perspective-test");
const perspective = require("@finos/perspective");

/**
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective/test/js/expressions/datetime.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

const common = require("./common.js");

const { test, expect } = require("@playwright/test");
const { test, expect } = require("@finos/perspective-test");
const perspective = require("@finos/perspective");

/**
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective/test/js/expressions/deltas.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
// ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

const { test, expect } = require("@playwright/test");
const { test, expect } = require("@finos/perspective-test");
const perspective = require("@finos/perspective");

const match_delta = async function (perspective, delta, expected) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

const expressions_common = require("./common.js");

const { test, expect } = require("@playwright/test");
const { test, expect } = require("@finos/perspective-test");
const perspective = require("@finos/perspective");

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
// ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

const { test, expect } = require("@playwright/test");
const { test, expect } = require("@finos/perspective-test");
const perspective = require("@finos/perspective");

const expressions_common = require("./common.js");
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective/test/js/expressions/numeric.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
// ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

const { test, expect } = require("@playwright/test");
const { test, expect } = require("@finos/perspective-test");
const perspective = require("@finos/perspective");

const common = require("./common.js");
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective/test/js/expressions/parsing.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
// ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

const { test, expect } = require("@playwright/test");
const { test, expect } = require("@finos/perspective-test");
const perspective = require("@finos/perspective");

const common = require("./common.js");
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective/test/js/expressions/string.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
// ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

const { test, expect } = require("@playwright/test");
const { test, expect } = require("@finos/perspective-test");
const perspective = require("@finos/perspective");

const CHARS = ` !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_\`abcdefghijklmnopqrstuvwxyz{|}~`;
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective/test/js/expressions/updates.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
// ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

const { test, expect } = require("@playwright/test");
const { test, expect } = require("@finos/perspective-test");
const perspective = require("@finos/perspective");

const common = require("./common.js");
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective/test/js/expressions/vectors.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
// ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

const { test, expect } = require("@playwright/test");
const { test, expect } = require("@finos/perspective-test");
const perspective = require("@finos/perspective");

const common = require("./common.js");
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective/test/js/filters.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
// ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

const { test, expect } = require("@playwright/test");
const { test, expect } = require("@finos/perspective-test");
const perspective = require("@finos/perspective");

var yesterday = new Date();
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective/test/js/get_min_max.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
// ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

const { test, expect } = require("@playwright/test");
const { test, expect } = require("@finos/perspective-test");
const perspective = require("@finos/perspective");

const data = {
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective/test/js/hosted_tables.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
// ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

const { test, expect } = require("@playwright/test");
const { test, expect } = require("@finos/perspective-test");
const perspective = require("@finos/perspective");
const { test_arrow } = require("./test_arrows");

Expand Down
Loading

0 comments on commit 04ad070

Please sign in to comment.