Skip to content

Commit

Permalink
fix: address issue importing from a file thats not checked in (#1289)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbouwman authored Oct 19, 2023
1 parent 5cf9381 commit ead47f4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/common/e2e/reset-users.e2e.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
import { IUserRequestOptions, UserSession } from "@esri/arcgis-rest-auth";
import { resetConfig } from "./fixtures/resetConfig";
import { adminInfo } from "./fixtures/env";
import { request } from "@esri/arcgis-rest-request";
import { getProp } from "../src";

// NOTE: Need to swap this out for a real env file!
import { adminInfo } from "./fixtures/env-example";
// import { adminInfo } from "./fixtures/env";

/* tslint:disable:no-string-literal */
const DRY_RUN = true;
// Intentionally disabled. To use this, you will need to add a /fixtures/.env
Expand Down

0 comments on commit ead47f4

Please sign in to comment.