forked from adamwong246/testeranto
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
88878dc
commit d648a14
Showing
76 changed files
with
20,211 additions
and
139,122 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
77 changes: 33 additions & 44 deletions
77
docs/node/chunk-E35W5QIZ.mjs → docs/node/chunk-7FLCGHSA.mjs
Large diffs are not rendered by default.
Oops, something went wrong.
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 file was deleted.
Oops, something went wrong.
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 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 file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -10,35 +10,35 @@ var AppSpecification = (Suite, Given, When, Then, Check) => { | |
Suite.Default( | ||
"Testing the Redux store", | ||
{ | ||
"test0": Given.AnEmptyState( | ||
test0: Given.AnEmptyState( | ||
["hello"], | ||
[When.TheEmailIsSetTo("[email protected]")], | ||
[Then.TheEmailIs("[email protected]")] | ||
), | ||
test1: Given.AStateWithEmail( | ||
["hello"], | ||
[], | ||
[ | ||
Then.TheEmailIsNot("[email protected]"), | ||
Then.TheEmailIs("[email protected]") | ||
], | ||
"[email protected]" | ||
), | ||
test2: Given.AnEmptyState( | ||
["hello"], | ||
[When.TheEmailIsSetTo("hello"), When.TheEmailIsSetTo("aloha")], | ||
[Then.TheEmailIs("aloha")] | ||
), | ||
test3: Given.AnEmptyState( | ||
[`aloha`, `hello`], | ||
[], | ||
[Then.TheEmailIs("")] | ||
), | ||
test4: Given.AnEmptyState( | ||
[`aloha`, `hello`], | ||
[When.TheEmailIsSetTo("hey there")], | ||
[Then.TheEmailIs("hey there!")] | ||
) | ||
// "test1": Given.AStateWithEmail( | ||
// ['hello'], | ||
// [], | ||
// [ | ||
// Then.TheEmailIsNot("[email protected]"), | ||
// Then.TheEmailIs("[email protected]"), | ||
// ], | ||
// "[email protected]" | ||
// ), | ||
// "test2": Given.AnEmptyState( | ||
// ['hello'], | ||
// [When.TheEmailIsSetTo("hello"), When.TheEmailIsSetTo("aloha")], | ||
// [Then.TheEmailIs("aloha")] | ||
// ), | ||
// "test3": Given.AnEmptyState( | ||
// [`aloha`, `hello`], | ||
// [], | ||
// [Then.TheEmailIs("")] | ||
// ), | ||
// "test4": Given.AnEmptyState( | ||
// [`aloha`, `hello`], | ||
// [When.TheEmailIsSetTo("hey there")], | ||
// [Then.TheEmailIs("hey ther")] | ||
// ) | ||
}, | ||
[ | ||
// Check.AnEmptyState( | ||
|
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 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 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.