Skip to content

Commit 0f511fe

Browse files
add comment
1 parent 89ca145 commit 0f511fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

resources/data-provider.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// example url for local testing:
2+
// http://localhost:8080/?config=http://localhost:8080/resources/config.json
13
import { defaultSuites } from "./tests.mjs";
24
import { params } from "./shared/params.mjs";
35

@@ -75,6 +77,7 @@ export class DataProvider {
7577
}
7678

7779
async init() {
80+
console.log("params.config", params.config);
7881
if (params.config) {
7982
const response = await fetch(params.config);
8083
const config = await response.json();

0 commit comments

Comments
 (0)