Revert bad merge in React app (#7769)

This commit is contained in:
Ryan Brandenburg 2019-02-21 21:46:27 -08:00 committed by GitHub
parent 8a0adf1cfc
commit 511538a19e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 28 deletions

View File

@ -1,3 +0,0 @@
{
"parser": "typescript-eslint-parser"
}

View File

@ -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"
]
}

View File

@ -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");
}