Skip to content

Commit d392a57

Browse files
committed
some naming changes and tidying
1 parent d36676b commit d392a57

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

javascript/package-lock.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "David Goss",
1515
"license": "MIT",
1616
"scripts": {
17-
"compile": "tsc --project tsconfig.build.json",
17+
"build": "tsc --project tsconfig.build.json",
1818
"test": "mocha 'src/**/*.spec.*'",
1919
"lint-fix": "eslint --ext ts --max-warnings 0 --fix src && prettier --write src",
2020
"lint": "eslint --ext ts --max-warnings 0 && prettier --check src"

javascript/src/index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import formatter from './index.js'
1414
const asyncPipeline = util.promisify(pipeline)
1515
use(chaiXml)
1616

17-
describe('junit-xml-formatter', async () => {
17+
describe('Acceptance Tests', async () => {
1818
const ndjsonFiles = globbySync(`*.ndjson`, {
1919
cwd: new URL(path.join(path.dirname(import.meta.url), '../../testdata')),
2020
absolute: true,

0 commit comments

Comments
 (0)