We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2db13f commit cfddfc3Copy full SHA for cfddfc3
1 file changed
tests/engines/home_depot_test.ts
@@ -33,7 +33,6 @@ const BASE_URL = Deno.env.get("ENV_TYPE") === "local"
33
describe("home_depot", {
34
sanitizeOps: false, // TODO(seb): look into how we can avoid setting these to false
35
sanitizeResources: false,
36
- ignore: true,
37
}, () => {
38
let urlStub: Stub;
39
const engine = "home_depot";
0 commit comments