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 a124305 commit 8100866Copy full SHA for 8100866
cli/test/cs_srvpgm.test.ts
@@ -97,7 +97,7 @@ describe(`pseudo tests`, () => {
97
test('there are actions', async () => {
98
expect(actions.getActionPaths.length).toBe(2);
99
expect(actions.getActionPaths).toContain(`actions.json`);
100
- expect(actions.getActionPaths).toContain(`qddssrc/actions.json`);
+ expect(actions.getActionPaths).toContain(path.join(`qddssrc`, `actions.json`));
101
});
102
103
test('correct actions get detected', async () => {
0 commit comments