Skip to content

Commit

Permalink
Wacky semver tests. Closes #14
Browse files Browse the repository at this point in the history
  • Loading branch information
joemaller committed Aug 20, 2023
1 parent 911dc20 commit ee78ea4
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/__snapshots__/wacky-version-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"version": "1.414.213",
"issue": "https://github.com/joemaller/version-everything/issues/14"
}
5 changes: 5 additions & 0 deletions test/__snapshots__/wacky-version-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"version": "1.414.213",
"source": "https://github.com/sindresorhus/semver-regex#usage",
"issue": "https://github.com/joemaller/version-everything/issues/14"
}
4 changes: 4 additions & 0 deletions test/__snapshots__/wacky-version-3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"version": "1.414.213",
"issue": "https://github.com/joemaller/version-everything/issues/14"
}
4 changes: 4 additions & 0 deletions test/__snapshots__/wacky-version-4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"version": "1.414.213",
"issue": "https://github.com/joemaller/version-everything/issues/14"
}
4 changes: 4 additions & 0 deletions test/__snapshots__/wacky-version-5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"version": "1.414.213",
"issue": "https://github.com/joemaller/version-everything/issues/14"
}
4 changes: 4 additions & 0 deletions test/snapshots/wacky-version-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"version": "1.2.3-beta",
"issue": "https://github.com/joemaller/version-everything/issues/14"
}
5 changes: 5 additions & 0 deletions test/snapshots/wacky-version-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"version": "1.2.3-alpha.10.beta.0+build.unicorn.rainbow",
"source": "https://github.com/sindresorhus/semver-regex#usage",
"issue": "https://github.com/joemaller/version-everything/issues/14"
}
4 changes: 4 additions & 0 deletions test/snapshots/wacky-version-3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"version": "44.22.11-alpha.3.2.1",
"issue": "https://github.com/joemaller/version-everything/issues/14"
}
4 changes: 4 additions & 0 deletions test/snapshots/wacky-version-4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"version": "6.77.888-pre+build123.4",
"issue": "https://github.com/joemaller/version-everything/issues/14"
}
4 changes: 4 additions & 0 deletions test/snapshots/wacky-version-5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"version": "1.2.3-3.2.1",
"issue": "https://github.com/joemaller/version-everything/issues/14"
}

0 comments on commit ee78ea4

Please sign in to comment.