Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore: share parser fixtures where applicable for unit tests #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Jan 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
**/tests/fixtures/**/*
**/dist
**/coverage
**/typescript-eslint-shared-fixtures

# Temp ignore typescript-eslint-parser
**/typescript-eslint-parser
**/typescript-eslint-parser
3 changes: 2 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"version": "0.0.0",
"npmClient": "yarn",
"useWorkspaces": true
"useWorkspaces": true,
"stream": true
}
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "https://github.com/typescript-eslint/typescript-eslint/issues"
},
"scripts": {
"postinstall": "lerna bootstrap",
"postinstall": "lerna bootstrap && lerna link",
"test": "lerna run test",
"build": "lerna run build",
"clean": "lerna run clean",
Expand Down Expand Up @@ -46,12 +46,12 @@
"@commitlint/config-conventional": "^7.1.2",
"@commitlint/travis-cli": "^7.1.2",
"@types/babel-code-frame": "^6.20.1",
"@types/glob": "^7.1.1",
"@types/jest": "^23.3.9",
"@types/lodash.isplainobject": "^4.0.4",
"@types/lodash.unescape": "^4.0.4",
"@types/node": "^10.12.2",
"@types/semver": "^5.5.0",
"@types/shelljs": "^0.8.0",
"cz-conventional-changelog": "2.1.0",
"eslint": "^4.19.1",
"glob": "7.1.2",
Expand All @@ -61,7 +61,6 @@
"lint-staged": "7.3.0",
"lodash.isplainobject": "4.0.6",
"prettier": "^1.14.3",
"shelljs": "0.8.2",
"ts-jest": "^23.10.4",
"typescript": "~3.2.1"
}
Expand Down
3 changes: 3 additions & 0 deletions packages/typescript-eslint-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"eslint-visitor-keys": "^1.0.0",
"typescript-estree": "18.0.0"
},
"devDependencies": {
"@typescript-eslint/shared-fixtures": "*"
},
"jest": {
"testEnvironment": "node",
"testRegex": "tests/lib/.+\\.js$",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions packages/typescript-eslint-parser/tests/lib/.eslintrc.yml

This file was deleted.

Loading