Skip to content

Commit

Permalink
FIX snapshots and & error from react-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed May 20, 2019
1 parent 014655d commit fcc12c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/cra-ts-kitchen-sink/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"baseUrl": ".",
"baseUrl": "src",
"paths": { "*": ["types/*"] },
"target": "es5",
"module": "esnext",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1048,9 +1048,9 @@ exports[`Storyshots Basics|SyntaxHighlighter dark unsupported 1`] = `
using System;
namespace HelloWorld
{
class Hello
class Hello
{
static void Main()
static void Main()
{
Console.WriteLine("Hello World!");

Expand Down Expand Up @@ -3921,9 +3921,9 @@ exports[`Storyshots Basics|SyntaxHighlighter unsupported 1`] = `
using System;
namespace HelloWorld
{
class Hello
class Hello
{
static void Main()
static void Main()
{
Console.WriteLine("Hello World!");

Expand Down

0 comments on commit fcc12c4

Please sign in to comment.