File: react-15.ci.sh

package info (click to toggle)
node-react-hot-loader 4.13.1%2B~cs12.12.4-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 6,260 kB
  • sloc: javascript: 12,320; sh: 58; makefile: 17
file content (14 lines) | stat: -rwxr-xr-x 312 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
echo "Installing React 15"
yarn add react@15 react-dom@15 react-test-renderer@15 --pure-lockfile
echo "\n\n"

yarn test:react-dom:prepare

 echo "Running tests on React 15 - Babel ES2015"
 yarn test:es2015
 echo "\n\n"

 echo "Running tests on React 15 - Babel Modern"
 yarn test:modern
 echo "\n\n"
 echo "\n\n"