-
Notifications
You must be signed in to change notification settings - Fork 915
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
Add native ESM test running via Snowpack to app-template-react #1197
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/pikapkg/snowpack/ch9o4c1r9 |
FredKSchott
force-pushed
the
wip-web-test-runner-base
branch
from
October 3, 2020 06:32
ba6c6af
to
5d614e9
Compare
FredKSchott
force-pushed
the
wip-web-test-runner
branch
from
October 3, 2020 06:32
4b4e73f
to
2fc9abf
Compare
…es (#1198) * add homepage and repository for published package.json files * add homepage to babel-plugin-package-import * add repository.directory setting Co-authored-by: Patrick Miller <>
- @snowpack/app-scripts-lit-element@1.8.6 - @snowpack/app-scripts-preact@1.9.2 - @snowpack/app-scripts-react@1.12.1 - @snowpack/app-scripts-svelte@1.8.6 - @snowpack/app-scripts-vue@1.8.7 - @snowpack/app-template-11ty@1.8.2 - @snowpack/app-template-blank-typescript@1.9.2 - @snowpack/app-template-blank@1.6.14 - @snowpack/app-template-lit-element-typescript@1.10.1 - @snowpack/app-template-lit-element@1.9.1 - @snowpack/app-template-preact@1.10.1 - @snowpack/app-template-react-typescript@1.12.1 - @snowpack/app-template-react@1.10.1 - @snowpack/app-template-svelte-typescript@1.10.1 - @snowpack/app-template-svelte@1.9.1 - @snowpack/app-template-vue-typescript@1.10.1 - @snowpack/app-template-vue@1.10.1 - create-snowpack-app@1.8.3 - esinstall@0.3.1 - @snowpack/babel-plugin-package-import@1.1.4 - @snowpack/plugin-babel@2.1.2 - @snowpack/plugin-build-script@2.0.8 - @snowpack/plugin-dotenv@2.0.3 - @snowpack/plugin-optimize@0.2.3 - @snowpack/plugin-parcel@2.0.5 - @snowpack/plugin-postcss@1.0.5 - @snowpack/plugin-react-refresh@2.3.1 - @snowpack/plugin-run-script@2.1.4 - @snowpack/plugin-svelte@2.1.1 - @snowpack/plugin-vue@2.2.2 - @snowpack/plugin-webpack@2.0.14 - snowpack@2.13.2
Co-authored-by: Marko Heikkilä <marko.heikkila@nortal.com>
* chore: update tailwind import path Otherwise Tailwinds purging and plugins are not working. * Revert "chore: update tailwind import path" This reverts commit e4ae781. * chore: update using tailwind with postcss docs * Update 08-guides.md Co-authored-by: Fred K. Schott <fkschott@gmail.com>
* add strict tsconfig lint step * add sep lint workflow * add sep lint workflow * add sep lint workflow * add sep lint workflow * Update lint.yml
* add typescript plugin, add tests * update docs and templates * Update plugin.js
…it found (#1233) * writing the first docs test and fixing the errors it found * Creating a GitHub Action * Update docs.yml * fixes to the test runner and actions * removing jest from docs
Co-authored-by: Brian Jacobs <brian.jacobs@natgeo.com>
Webpack's magic comments must be extracted from dynamic imports before the spec is passed to `matchDynamicImportValue`. If a match is found for these types of comments, they are appended to the rewritten import.
* add plugin-sass with new onChange/markChanged interface * add tests * update docs * update yarn lockfile * update ts * update snapshots * add back missing snapshot tests * update add true .sass support
* adding svelte-hmr * make svelte-hmr a normal dep of the plugin, & lazy load svelte-hmr * plugin svelte: document HMR options * add bubbled esm-hmr property * svelte plugin: upgrade svelte-hmr, & enable CSS only updates * Update plugin.js Co-authored-by: Fred K. Schott <fkschott@gmail.com>
…#1255) * fix: do not assume a build script failed completely if there's stderr output * refactor: address pr review comments
* Update 04-features.md * Update 04-features.md Co-authored-by: Fred K. Schott <fkschott@gmail.com>
* fix bad async sass test * fix async sass tests * fix docs test too
FredKSchott
force-pushed
the
wip-web-test-runner
branch
from
October 9, 2020 03:45
2fc9abf
to
4270bd9
Compare
FredKSchott
changed the title
[WIP] Add native ESM test running via Snowpack
Add native ESM test running via Snowpack to app-template-react
Oct 9, 2020
FredKSchott
force-pushed
the
wip-web-test-runner
branch
from
October 9, 2020 04:37
4270bd9
to
9573476
Compare
All dependency PRs merged, closing in favor of a fresh PR: #1197 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Depended on #1196, #1195 #1203 and #1193. (all merged)
Resolves #1036
Changes
What is in this PR?
server.shutdown()
method to the Snowpack JS APITesting
Docs