Revert bad merge in React app (#7769)
This commit is contained in:
parent
8a0adf1cfc
commit
511538a19e
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"parser": "typescript-eslint-parser"
|
||||
}
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"allowJs": true,
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"strict": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"noEmit": true,
|
||||
"jsx": "preserve",
|
||||
"lib": [
|
||||
"es2015",
|
||||
"dom"
|
||||
],
|
||||
"skipLibCheck": false
|
||||
},
|
||||
"include": [
|
||||
"src"
|
||||
]
|
||||
}
|
||||
|
|
@ -14,7 +14,7 @@ namespace Templates.Test.SpaTemplateTest
|
|||
{
|
||||
}
|
||||
|
||||
[Fact(Skip = "This test is broken. Using https://github.com/aspnet/AspNetCore-Internal/issues/1745 to track re-enabling this.")]
|
||||
[Fact]
|
||||
public void ReactTemplate_Works_NetCore()
|
||||
=> SpaTemplateImpl("react");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue