rsnext/test
Joe Haddad ed84bee503
Fix Experimental CSS Ordering (#8790)
* Fix CSS Ordering
This fixes CSS ordering between development and production.

Before this change, globally imported CSS would come _after_ `<style jsx global>` in development, but _before_ in production.

After this change, it'll always be applied before.

* Move to correct element

* Add tests

* Fix obnoxious indents

* Update test/integration/css/fixtures/with-styled-jsx/pages/index.js

Co-Authored-By: JJ Kasper <jj@jjsweb.site>
2019-09-18 20:18:41 -04:00
..
.stats-app Ensure requests are resolved as directories (#8742) 2019-09-14 17:41:05 -04:00
integration Fix Experimental CSS Ordering (#8790) 2019-09-18 20:18:41 -04:00
isolated Move next-server back into next package (#8613) 2019-09-04 10:00:54 -04:00
lib Check for TypeScript files for auto setup (#8479) 2019-08-22 22:01:12 -04:00
unit Move next-server back into next package (#8613) 2019-09-04 10:00:54 -04:00
.babelrc Use preset-react's development option + enable modules transform in test env (#5081) 2018-09-03 16:41:52 +02:00
.gitignore Universal Webpack (#3578) 2018-01-30 16:44:44 +01:00
jest-environment.js Update to check browserName instead of browser.log (#8234) 2019-08-04 15:44:32 +02:00
jest-global-setup.js Browserstack optimisations (#7201) 2019-04-30 15:22:38 -05:00
jest-global-teardown.js Optimize test setup (#8644) 2019-09-10 13:11:55 -04:00