@kensio/isolated-testing-style 1.6.2 → 1.7.1
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.
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://anthropic.com/claude-code/plugin.schema.json",
|
|
3
3
|
"name": "isolated-testing-style",
|
|
4
|
-
"version": "1.
|
|
5
|
-
"description": "An opinionated testing style: start from given/when/then,
|
|
4
|
+
"version": "1.7.1",
|
|
5
|
+
"description": "An opinionated testing style: start from given/when/then, fake collaborators by simulation, get isolation from randomised data instead of setup and teardown, and assert on behaviour.",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Kensio Software",
|
|
8
8
|
"email": "hugh@kensiosoftware.co.uk"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kensio/isolated-testing-style",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "An opinionated testing style: start from given/when/then,
|
|
3
|
+
"version": "1.7.1",
|
|
4
|
+
"description": "An opinionated testing style: start from given/when/then, fake collaborators by simulation, get isolation from randomised data instead of setup and teardown, and assert on behaviour.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"claude",
|
|
7
7
|
"claude-code",
|