Skip to content

Commit

Permalink
set testing to true
Browse files Browse the repository at this point in the history
  • Loading branch information
kavigupta committed Sep 1, 2024
1 parent 58bfe0a commit bece99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/test/test_utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const TARGET = process.env.URBANSTATS_TEST_TARGET ?? "http://localhost:80
export const SEARCH_FIELD = Selector('input').withAttribute('placeholder', 'Search Urban Stats');
export const getLocation = ClientFunction(() => document.location.href);

export const IS_TESTING = false;
export const IS_TESTING = true;

export function comparison_page(locations) {
const params = new URLSearchParams();
Expand Down

0 comments on commit bece99c

Please sign in to comment.