Skip to content

Commit

Permalink
Windows integration tests...
Browse files Browse the repository at this point in the history
  • Loading branch information
klein0r committed Mar 28, 2024
1 parent bde68f7 commit 9fd0b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testFunctions.js
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ describe.only('Test JS', function () {
engineType: 'Javascript/js',
source: `const fs = require('node:fs');\n` +
`try{\n` +
` fs.writeFileSync('${__dirname}/../tmp/objects.json', '${time}');\n` +
` fs.writeFileSync('${__dirname.replace(/\\/g, '/')}/../tmp/objects.json', '${time}');\n` +
`} catch (err) {\n` +
` createState('error3', err.toString());\n` +
`}`,
Expand Down

0 comments on commit 9fd0b4a

Please sign in to comment.