Skip to content

Commit

Permalink
🐝 (svg-tester) rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamersmann committed Jan 5, 2024
1 parent 38d2004 commit 75fafce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions devTools/svgTester/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {
BAKED_BASE_URL,
} from "../../settings/serverSettings.js"
import { getHeapStatistics } from "v8"
import * as settings from "./settings.js"
import { queryStringsByChartType } from "./chart-configurations.js"
import * as d3 from "d3"

// ignore WorldMaps
Expand Down Expand Up @@ -212,7 +212,7 @@ export async function findChartViewsToGenerate(
const chartType = grapherConfig.type ?? ChartTypeName.LineChart

const queryStrings = options.shouldTestAllViews
? settings.queryStringsByChartType[chartType]
? queryStringsByChartType[chartType]
: options.queryStr
? [options.queryStr]
: [undefined]
Expand Down

0 comments on commit 75fafce

Please sign in to comment.