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

Clean up the behavior tests #5365

Merged
merged 29 commits into from
Oct 10, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
c230663
Speed up installs with pnp
Timer Oct 9, 2018
52674ee
Move to a better relative path test
Timer Oct 9, 2018
2c8d0a1
Continue work on new test organization
Timer Oct 9, 2018
ff4a20c
Move mjs test to new enhanced tests
Timer Oct 9, 2018
fe12651
Move over last legacy test
Timer Oct 9, 2018
5a72361
Update behavior e2e script
Timer Oct 9, 2018
a6878b6
Add first iteration of instructions to test readme
Timer Oct 9, 2018
8bb5944
Add some more bad instructions
Timer Oct 9, 2018
8603860
Split test command into multiple lines
Timer Oct 9, 2018
99b602b
Use two workers (do not run in band)
Timer Oct 10, 2018
739fab7
Bump install timeout
Timer Oct 10, 2018
4176430
No global pollution
Timer Oct 10, 2018
8e95373
Fix PnP support via standard run mechanism
Timer Oct 10, 2018
89f2255
Prevent circular serve command
Timer Oct 10, 2018
d87f943
Silent yarn execs
Timer Oct 10, 2018
be7b2a2
Fix common commands by using a shell
Timer Oct 10, 2018
63fe1c8
Run with npx instead of Yarn
Timer Oct 10, 2018
31cf247
Remove unused scripts
Timer Oct 10, 2018
7a0bdaa
Wait for localhost and fix script booting with PnP
Timer Oct 10, 2018
1ebeca3
Don't pnp locally because links will cause module resolution to whine
Timer Oct 10, 2018
821b674
lint-staged is annoying
Timer Oct 10, 2018
d48fc9f
Strip Yarn out of execa runs
Timer Oct 10, 2018
10dc4ad
Set default license if none specified
Timer Oct 10, 2018
f9c4722
Don't impose worker limit
Timer Oct 10, 2018
5eb32ec
Disable pnp for webpack messages
Timer Oct 10, 2018
76bc74b
Add missing dependency
Timer Oct 10, 2018
1911dc8
Disable timeout and rely on Jest
Timer Oct 10, 2018
4aeb368
Only use 2 jest workers
Timer Oct 10, 2018
b51390e
Add missing dependency
Timer Oct 10, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

56 changes: 0 additions & 56 deletions fixtures/browser/graphql-with-mjs/index.test.js

This file was deleted.

7 changes: 0 additions & 7 deletions fixtures/browser/jest.config.js

This file was deleted.

9 changes: 0 additions & 9 deletions fixtures/browser/setupBrowserTests.js

This file was deleted.

5 changes: 0 additions & 5 deletions fixtures/output/jest.config.js

This file was deleted.

6 changes: 0 additions & 6 deletions fixtures/output/setupOutputTests.js

This file was deleted.

157 changes: 0 additions & 157 deletions fixtures/output/webpack-message-formatting/index.test.js

This file was deleted.

9 changes: 0 additions & 9 deletions fixtures/output/webpack-message-formatting/public/index.html

This file was deleted.

17 changes: 0 additions & 17 deletions fixtures/smoke/boostrap-sass/index.test.js

This file was deleted.

9 changes: 0 additions & 9 deletions fixtures/smoke/boostrap-sass/public/index.html

This file was deleted.

17 changes: 0 additions & 17 deletions fixtures/smoke/builds-with-multiple-runtimes/index.test.js

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions fixtures/smoke/issue-5176-flow-class-properties/index.test.js

This file was deleted.

This file was deleted.

37 changes: 0 additions & 37 deletions fixtures/smoke/relative-paths/index.test.js

This file was deleted.

9 changes: 0 additions & 9 deletions fixtures/smoke/relative-paths/public/index.html

This file was deleted.

Loading