From 322f501ff0a204e7026d574e17093a6305d13381 Mon Sep 17 00:00:00 2001 From: Sebastian Silbermann Date: Sun, 17 Nov 2019 10:20:02 +0100 Subject: [PATCH] test: Build in CodeSandbox CI --- .codesandbox/ci.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .codesandbox/ci.json diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json new file mode 100644 index 00000000..f9286936 --- /dev/null +++ b/.codesandbox/ci.json @@ -0,0 +1,3 @@ +{ + "sandboxes": ["new", "github/kentcdodds/react-testing-library-examples"] +}