-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version bumps, including vitest 1.1.2
vitest 1.1.2 includes vitest-dev/vitest#4692, fixing vitest-dev/vitest#4686. Now the `base` config property no lonber needs the `process.env.VITEST` check, and the tests still pass when running under the browser. Also added a "Copyright" section to README.md and updated the "Open Source License" section slightly as well. All version bumps: - @stylistic/eslint-plugin-js: v1.5.3 - @vitest/browser: v1.1.2 - @vitest/coverage-istanbul: v1.1.2 - @vitest/coverage-v8: v1.1.2 - @vitest/ui: v1.1.2 - eslint-plugin-jsdoc: v46.10.1 - jsdoc-cli-wrapper: v1.0.4 - vitest: v1.1.2
- Loading branch information
Showing
4 changed files
with
278 additions
and
274 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,12 +60,6 @@ FWIW, [Windows Subsystem for Linux 2 also requires nested | |
virtualization][wsl2-nesting]. WSL 1 will work fine, but it appears [prospects | ||
to run Docker in WSL 1 are rather dim][wsl1-docker]. | ||
|
||
## Open Source License | ||
|
||
This software is made available as [Open Source software][] under the [Mozilla | ||
Public License 2.0][]. For the text of the license, see the | ||
[LICENSE.txt](LICENSE.txt) file. | ||
|
||
## Development environment setup | ||
|
||
### Install the Java Development Kit | ||
|
@@ -795,6 +789,17 @@ Coming soon... | |
|
||
- [Building a web application with Gradle](https://openliberty.io/guides/gradle-intro.html) | ||
|
||
## Copyright | ||
|
||
© 2023 Mike Bland <<[email protected]>> (<https://mike-bland.com/>) | ||
|
||
## Open Source License | ||
|
||
This software is made available as [Open Source software][] under the [Mozilla | ||
Public License 2.0][]. For the text of the license, see the | ||
[LICENSE.txt](LICENSE.txt) file. See the [MPL 2.0 FAQ][mpl-faq] for a | ||
higher level explanation. | ||
|
||
[coveralls-tste]: https://coveralls.io/github/mbland/tomcat-servlet-testing-example?branch=main | ||
[String Calculator kata]: https://osherove.com/tdd-kata-1 | ||
[Test Pyramid]: https://mike-bland.com/2023/08/31/the-test-pyramid-and-the-chain-reaction.html | ||
|
@@ -814,8 +819,6 @@ Coming soon... | |
[no-vm-nesting]: https://kb.parallels.com/en/128914 | ||
[wsl2-nesting]: https://support.microsoft.com/windows/options-for-using-windows-11-with-mac-computers-with-apple-m1-and-m2-chips-cd15fd62-9b34-4b78-b0bc-121baa3c568c | ||
[wsl1-docker]: https://stackoverflow.com/a/72398035 | ||
[Open Source software]: https://opensource.org/osd-annotated | ||
[Mozilla Public License 2.0]: https://www.mozilla.org/MPL/ | ||
[jdk-21]: https://docs.oracle.com/en/java/javase/21/docs/api/index.html | ||
[Eclipse Temurin™ Latest Releases]: https://adoptium.net/temurin/releases/ | ||
[SDKMAN!]: https://sdkman.io | ||
|
@@ -879,3 +882,6 @@ Coming soon... | |
[GitHub Actions marketplace]: https://github.com/marketplace?type=actions | ||
[JaCoCo related GitHub Actions plugins]: https://github.com/marketplace?category=&type=actions&verification=&query=jacoco | ||
[Selenium: Design patterns and development strategies]: https://www.selenium.dev/documentation/test_practices/design_strategies/ | ||
[Open Source software]: https://opensource.org/osd-annotated | ||
[Mozilla Public License 2.0]: https://www.mozilla.org/MPL/ | ||
[mpl-faq]: https://www.mozilla.org/MPL/2.0/FAQ/ |
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
Oops, something went wrong.