@epikodelabs/testify 1.0.17 → 1.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +3 -23
  3. package/package.json +1 -1
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Oleksii Shepel
3
+ Copyright (c) 2026 Oleksii Shepel
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  A flexible test runner for Jasmine that supports multiple execution environments with built-in TypeScript compilation, hot module reloading, and code coverage.
4
4
 
5
- > “**testify** doesnt mock the browser. It invites the browser into the courtroom and asks it to testify under oath.”
5
+ > ⚖️ “*testify doesn't mock the browser. It invites the browser into the courtroom and asks it to testify under oath.*”
6
6
 
7
7
  <p align="center">
8
8
  <a href="https://github.com/epikodelabs/testify/actions/workflows/build.yml">
@@ -36,24 +36,6 @@ If testify helps you, please give it a star: https://github.com/epikodelabs/test
36
36
  - 🎯 Interactive browser-based test reporter
37
37
  - 🔧 VS Code debug integration for single-spec debugging
38
38
 
39
- ### Why "testify"?
40
-
41
- Look, we'll be honest. Coming up with a testing library name in 2025 is like trying to find a good username on Twitter in 2010. Everything's taken. We considered:
42
-
43
- - `test-runner` - Too generic (also taken)
44
- - `jasmine-tester` - Too obvious (also taken)
45
- - `vite-jasmine-runner` - Too long (and, you guessed it, taken)
46
- - `super-mega-awesome-test-framework` - Too humble
47
-
48
- So we landed on `testify` because:
49
- 1. Your tests should be able to testify about your code in court 🧑‍⚖️
50
- 2. It sounds vaguely spiritual, which you'll need when debugging flaky tests 🙏
51
- 3. The npm package name was actually available 🎉
52
- 4. It has the word "test" in it (we're nothing if not literal)
53
-
54
- > **⚖️ The testify Promise**
55
- > *testify doesn't mock the browser. It invites the browser into the courtroom and asks it to testify under oath.*
56
-
57
39
  ---
58
40
 
59
41
  ## 📦 Installation
@@ -719,7 +701,7 @@ Coverage reports playing hide and seek? Make sure:
719
701
 
720
702
  ## 📜 License
721
703
 
722
- MIT © 2025
704
+ MIT © 2026
723
705
 
724
706
  ---
725
707
 
@@ -727,13 +709,11 @@ MIT © 2025
727
709
 
728
710
  - **Issues:** [GitHub Issues](https://github.com/epikodelabs/testify/issues)
729
711
  - **Documentation:** [GitHub Wiki](https://github.com/epikodelabs/testify/wiki)
730
- - **Changelog:** [CHANGELOG.md](./CHANGELOG.md)
731
712
 
732
713
  ---
733
714
 
734
715
  <p align="center">
735
716
  <strong>Get started</strong><br>
736
717
  <a href="https://www.npmjs.com/package/@epikodelabs/testify">Install from NPM</a> •
737
- <a href="https://github.com/epikodelabs/testify">View on GitHub</a>
738
- <a href="https://forms.gle/YOUR_FEEDBACK_FORM_ID">Give Feedback</a>
718
+ <a href="https://github.com/epikodelabs/testify">View on GitHub</a>
739
719
  </p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epikodelabs/testify",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "Serve and run your Jasmine specs in a browser",
5
5
  "type": "module",
6
6
  "bin": {