Skip to content

Commit 5fecfee

Browse files
authored
Clean up the behavior tests (facebook#5365)
* Speed up installs with pnp * Move to a better relative path test * Continue work on new test organization * Move mjs test to new enhanced tests * Move over last legacy test * Update behavior e2e script * Add first iteration of instructions to test readme * Add some more bad instructions * Split test command into multiple lines * Use two workers (do not run in band) * Bump install timeout * No global pollution * Fix PnP support via standard run mechanism * Prevent circular serve command * Silent yarn execs * Fix common commands by using a shell * Run with npx instead of Yarn * Remove unused scripts * Wait for localhost and fix script booting with PnP * Don't pnp locally because links will cause module resolution to whine * lint-staged is annoying * Strip Yarn out of execa runs * Set default license if none specified * Don't impose worker limit * Disable pnp for webpack messages * Add missing dependency * Disable timeout and rely on Jest * Only use 2 jest workers * Add missing dependency
1 parent 04735de commit 5fecfee

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+547
-584
lines changed

fixtures/browser/graphql-with-mjs/__snapshots__/index.test.js.snap

-5
This file was deleted.

fixtures/browser/graphql-with-mjs/index.test.js

-56
This file was deleted.

fixtures/browser/jest.config.js

-7
This file was deleted.

fixtures/browser/setupBrowserTests.js

-9
This file was deleted.

fixtures/output/jest.config.js

-5
This file was deleted.

fixtures/output/setupOutputTests.js

-6
This file was deleted.

fixtures/output/webpack-message-formatting/index.test.js

-157
This file was deleted.

fixtures/output/webpack-message-formatting/public/index.html

-9
This file was deleted.

fixtures/smoke/boostrap-sass/index.test.js

-17
This file was deleted.

fixtures/smoke/boostrap-sass/public/index.html

-9
This file was deleted.

fixtures/smoke/builds-with-multiple-runtimes/index.test.js

-17
This file was deleted.

fixtures/smoke/builds-with-multiple-runtimes/public/index.html

-9
This file was deleted.

fixtures/smoke/issue-5176-flow-class-properties/index.test.js

-13
This file was deleted.

fixtures/smoke/issue-5176-flow-class-properties/public/index.html

-9
This file was deleted.

fixtures/smoke/relative-paths/index.test.js

-37
This file was deleted.

fixtures/smoke/relative-paths/public/index.html

-9
This file was deleted.

0 commit comments

Comments
 (0)