We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b8e5a commit 3343404Copy full SHA for 3343404
1 file changed
src/workflow-files.test.ts
@@ -32,7 +32,7 @@ import { hashSource } from "./workflow-script.js";
32
source: "export const meta = { name: 'x', description: 'd' }\nreturn 1\n",
33
preferredName: "demo",
34
});
35
- assert.match(path, /workflow-scripts\/wfr_test\/demo\.js$/);
+ assert.match(path.replaceAll("\\", "/"), /workflow-scripts\/wfr_test\/demo\.js$/);
36
37
const file = await resolveWorkflowScriptFromPathOrName({
38
file: path,
0 commit comments