diff options
Diffstat (limited to 'scripts/test/spectest.js')
-rw-r--r-- | scripts/test/spectest.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/test/spectest.js b/scripts/test/spectest.js new file mode 100644 index 000000000..0756209b6 --- /dev/null +++ b/scripts/test/spectest.js @@ -0,0 +1,3 @@ +export function print(...args) { + console.log(...args); +} |