Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add create-jest-runner; update/fix all tests #34

Merged
merged 50 commits into from
Sep 18, 2019
Merged
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
f09a516
init from jest-runner-mocha
rogeliog Sep 8, 2017
8211827
WIP
rogeliog Oct 5, 2017
d46549e
Some cleanup
rogeliog Oct 17, 2017
fc25c86
First working example of create-jest-runner
rogeliog Oct 17, 2017
9507482
v0.1.0
rogeliog Oct 17, 2017
d7242f1
Update jest-worker to support tty
rogeliog Nov 22, 2017
35d7c19
Add changelog
rogeliog Nov 22, 2017
256848d
v0.1.1
rogeliog Nov 22, 2017
2ef0132
added skip functionality with test
lgandecki Jan 20, 2018
928c853
wrong test title
lgandecki Jan 20, 2018
c13f6fc
v0.2.0-0
rogeliog Jan 23, 2018
c7a864a
v0.2.0
rogeliog Jan 25, 2018
5aaefd2
update new code location of test result
DanielMSchmidt Mar 1, 2018
37e66e1
Mutex the test runs
stipsan Mar 20, 2018
610c917
typo, damn github web ui
stipsan Mar 20, 2018
0e64137
async is actually not needed here
stipsan Mar 20, 2018
701e91f
feat: support serial execution
SimenB Mar 22, 2018
d163e97
Prepare 0.3.0 release
rogeliog Mar 27, 2018
30716f9
v0.3.0
rogeliog Mar 27, 2018
46791ae
use import/export (#8)
SimenB Mar 28, 2018
37d568b
feat: add mutex to in band runner (#7)
SimenB Apr 27, 2018
025e58a
Add travis badge
SimenB Apr 27, 2018
431f029
Removing un-needed packages (#1)
kesne Apr 28, 2018
abf53a4
Prepare 0.3.1
rogeliog Apr 29, 2018
26100d2
v0.3.1
rogeliog Apr 29, 2018
4e82e7c
Drop node 4 (#11)
SimenB May 27, 2018
ad623d4
Create LICENSE
SimenB Jun 7, 2018
4e22487
Add getExtraOptions to entry file (#12)
rogeliog Jun 10, 2018
b363e62
Prepare 0.4.0
rogeliog Jun 10, 2018
b792047
v0.4.0
rogeliog Jun 10, 2018
f3a8b8e
fix: update dated deps (#13)
SimenB Sep 21, 2018
ce1a8e0
v0.4.1
SimenB Sep 21, 2018
4de30de
feat: bump jest 24; add `todo` helper (#14)
thymikee Feb 2, 2019
74f4d94
chore: update lockfile
SimenB Feb 2, 2019
501d058
0.5.0
SimenB Feb 2, 2019
2cbcf37
chore: update changelog
SimenB Feb 2, 2019
63a8ba6
Fix README.md link to TestResult type (#16)
elliottsj Apr 23, 2019
3aa9b3e
feat: add binary to scaffold new runner (#17)
Mark1626 Jun 3, 2019
5cb0d66
v0.5.1
SimenB Jun 3, 2019
85bd1d3
v0.5.2
SimenB Jun 3, 2019
436ee82
fix: add missing files to package (#18)
skratchdot Jun 7, 2019
f16ad2a
make tests pass by disabling colors
tunnckoCore Sep 17, 2019
aa3a497
changes for #20
tunnckoCore Sep 17, 2019
4ecc331
fix linting, ignore fixtures dirs
tunnckoCore Sep 17, 2019
55abd79
update prepublish script
tunnckoCore Sep 17, 2019
7667a34
oops, fix the version, as it was from the beginning
tunnckoCore Sep 17, 2019
bd54068
oops, fix the name
tunnckoCore Sep 17, 2019
0968481
use prepublishOnly script
tunnckoCore Sep 17, 2019
c082263
update scripts
tunnckoCore Sep 17, 2019
54381f5
chore: add create-jest-runner; make tests pass
tunnckoCore Sep 18, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
v0.4.0
rogeliog authored and tunnckoCore committed Sep 17, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit b79204748d2a45d97b521746f1e6719424e7538b
2 changes: 1 addition & 1 deletion @tunnckocore/create-jest-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-jest-runner",
"version": "0.3.1",
"version": "0.4.0",
"main": "build/index.js",
"author": "Rogelio Guzman <[email protected]>",
"description": "A simple way of creating a Jest runner",