mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-11 09:24:58 +00:00
Update testloader.js
This commit is contained in:
parent
bfd826a0ea
commit
28474ad477
|
@ -3,7 +3,7 @@
|
|||
var FILE = require("lib/file");
|
||||
|
||||
// read the test profile
|
||||
var profile = JSON.parse(FILE.readFile("data/test-oss-20231030.json", FILE.PipeIPC.CdoUTF_8));
|
||||
var profile = JSON.parse(FILE.readFile("data/test-oss-20231030.json", FILE.CdoCharset.CdoUTF_8));
|
||||
|
||||
// implement the tests
|
||||
var tests = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user