Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

default jest to watch mode when not in CI #366

Merged
merged 1 commit into from
Dec 13, 2019
Merged

Conversation

swyxio
Copy link
Collaborator

@swyxio swyxio commented Dec 11, 2019

fixes #319

@jaredpalmer jaredpalmer merged commit 5ee9dfc into master Dec 13, 2019
agilgur5 added a commit to agilgur5/tsdx that referenced this pull request Dec 14, 2019
@swyxio swyxio deleted the sw-yx-patch-1 branch December 14, 2019 14:43
swyxio added a commit that referenced this pull request Dec 14, 2019
(fix/format): formatting of #366 didn't pass lint
sebald added a commit to sebald/tsdx that referenced this pull request Dec 19, 2019
* master: (26 commits)
  (deps/lint): upgrade @typescript-eslint to support ?. and ?? (jaredpalmer#377)
  (ci): add a lint job so PRs will require passing lint (jaredpalmer#378)
  (clean): remove .rts_cache_* from storybook gitignore (jaredpalmer#375)
  Add optional chaining and nullish coalescing operators support (jaredpalmer#370)
  Added Storybook template (jaredpalmer#318)
  (fix/ci): GitHub Actions should run on PRs as well
  (fix/format): formatting of jaredpalmer#366 didn't pass lint
  Add prepare script to generated project (jaredpalmer#334)
  default jest to watch mode when not in CI (jaredpalmer#366)
  (fix): respect tsconfig esModuleInterop flag (jaredpalmer#327)
  fix: minor typo
  update rollup deps and plugins
  update to ts 3.7
  Remove unnecessary yarn install command in GH action
  update README.md
  update README.md
  Use node_modules/.cache/... as cacheRoot (jaredpalmer#329)
  fix(lint): Only default to src test if they exist (jaredpalmer#344)
  Fix error when providing babel/preset-env without options (jaredpalmer#350)
  Replaced some sync methods for their async version
  ...
jaredpalmer pushed a commit that referenced this pull request Jan 13, 2020
* revert "default jest watch unless in CI" PR

revert "default jest watch unless in CI" PR

* document reverting CI=true on tsdx test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

test not running in watch mode by default
2 participants