Adam Shaw před 5 roky
rodič
revize
fe429a9a25
3 změnil soubory, kde provedl 1 přidání a 10 odebrání
  1. 1 0
      .gitignore
  2. 0 10
      scripts/bad-test-classnames.sh
  3. 0 0
      scripts/example-projects-open.sh

+ 1 - 0
.gitignore

@@ -14,6 +14,7 @@
 # continued in packages-premium/.gitignore
 
 node_modules
+yarn-error.log
 
 # sometimes rollup-plugin-dts outputs these temp files when circ dependency
 /*.d.ts

+ 0 - 10
scripts/bad-test-classnames.sh

@@ -1,10 +0,0 @@
-#!/usr/bin/env bash
-
-# the quote craziness in the regex is simply to get ['"]
-find packages*/__tests__/src -type f -not -name '*Wrapper.*' -not -name '*.tsx' -print0 | xargs -0 \
-  grep --color=auto -E 'fc\-'
-
-  # to search for ALL selectors...
-  # '(\$|find|querySelector|querySelectorAll)\(['"'"'"]'
-
-# afterwards, manually search for '.fc' (making regex was too hard)

+ 0 - 0
scripts/open-example-projects.sh → scripts/example-projects-open.sh