Skip to content

Commit

Permalink
pug-lexer loc with source endings (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbsulli committed Feb 12, 2018
1 parent 8358547 commit 031761d
Show file tree
Hide file tree
Showing 126 changed files with 39,459 additions and 11,351 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ npm-debug.log
**/test/temp
.release.json
lerna-debug.log
.vscode
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@
"postinstall": "lerna bootstrap",
"pretest": "lerna run pretest",
"test": "jest",
"test-lexer": "jest packages/pug-lexer/test/index.test.js",
"test-parser": "jest packages/pug-parser/test/index.test.js",
"coverage": "jest --coverage",
"coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls",
"watch": "jest --watch"
"watch": "jest --watch",
"watch-lexer": "jest --watch packages/pug-lexer/test/index.test.js",
"watch-parser": "jest --watch packages/pug-parser/test/index.test.js"
},
"jest": {
"testEnvironment": "node",
Expand Down

0 comments on commit 031761d

Please sign in to comment.