Skip to content
Snippets Groups Projects

Add tests

Merged Jan Loewe requested to merge feat-jest-tests into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -28,6 +28,7 @@ proxy:
# === Yarn Install ===
# Description: installs and caches dependencies
.yarn-install: &yarn-install
- corepack enable
# proxy settings
- if [[ "$behind_proxy" == true ]]; then
- npm config set proxy $http_proxy
Loading