Skip to content

Commit

Permalink
Update test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite authored Apr 25, 2024
1 parent 66b77f9 commit 4789d39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test-it/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
// Node Test runner for *.via files against Vireo Targets
// Config file: testList.json

// Disable fetch in node 20
// Disable new APIs in node 20
global.fetch = undefined;
global.Blob = undefined;

require('colors');
var fs = require('fs'),
Expand Down

0 comments on commit 4789d39

Please sign in to comment.