Skip to content

Commit

Permalink
create node project testdata
Browse files Browse the repository at this point in the history
this is used for `circleci config generate` tests
  • Loading branch information
loderunner committed Jun 13, 2023
1 parent 26ed5cd commit 1bb9c11
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cmd/testdata/node/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "circleci-cli-node-test",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "webpack",
"lint": "eslint .",
"test": "jest ."
}
}

0 comments on commit 1bb9c11

Please sign in to comment.