Skip to content

Commit

Permalink
[reportage-config-js] Issue #432 Add a dummy test/package.json to loa…
Browse files Browse the repository at this point in the history
…d test/*.js as ES modules
  • Loading branch information
t2ym committed Jul 26, 2023
1 parent 291bedc commit b0c5122
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions test/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "dummy-project-for-reportage-test",
"version": "1.0.0",
"description": "Dummy project for reportage test configs to be loaded as modules",
"main": "reportage.config.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"test",
"reportage"
],
"author": "",
"license": "BSD-2-Clause"
}

0 comments on commit b0c5122

Please sign in to comment.