Fix aggregates
field in View::get_config
#1265
Annotations
2 errors
Run Tests
Process completed with exit code 1.
|
Run Tests
Error: item focused with '.only' is not allowed due to the 'forbidOnly' option in 'playwright.config.ts': "../../rust/perspective-js/test/js/view_config.spec.js View config"
at ../../rust/perspective-js/test/js/view_config.spec.js:28
26 |
27 | ((perspective) => {
> 28 | test.describe.only("View config", function () {
| ^
29 | test("Non-interned filter strings do not create corrupted view configs", async function () {
30 | const table = await perspective.table(data);
31 | const view = await table.view({
|
Loading