Merge pull request #62 from microsoft/dev/martinkamar/tests
Fix integration tests
This commit is contained in:
Коммит
5b9b57b04a
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"include": [
|
||||
"estree.ts"
|
||||
]
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"jsx": "preserve"
|
||||
},
|
||||
"include": [
|
||||
"estree.ts"
|
||||
]
|
||||
}
|
|
@ -20,16 +20,15 @@ module.exports = {
|
|||
tsLanguageOptions: {
|
||||
parser: tsParser,
|
||||
parserOptions: {
|
||||
tsconfigRootDir: path.join(__dirname, "../fixtures"),
|
||||
project: "tsconfig.json"
|
||||
tsconfigRootDir: path.join(__dirname, "..", "fixtures", "ts"),
|
||||
projectService: true,
|
||||
}
|
||||
},
|
||||
tsReactLanguageOptions: {
|
||||
parser: tsParser,
|
||||
parserOptions: {
|
||||
tsconfigRootDir: path.join(__dirname, "../fixtures"),
|
||||
project: "tsconfig-react.json",
|
||||
sourceType: "module",
|
||||
tsconfigRootDir: path.join(__dirname, "..", "fixtures", "tsx"),
|
||||
projectService: true,
|
||||
ecmaFeatures: {
|
||||
jsx: true
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче