Skip to content
This repository was archived by the owner on Dec 27, 2018. It is now read-only.
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
1a6974a
Update meteor apps
Mar 28, 2016
2380794
Use cross-spawn to add support for windows
Mar 28, 2016
8fc8ca7
Merge with refactor branch
May 20, 2016
b9245e0
Wip windows support
May 20, 2016
5915c11
Fix ../lib/log.coffee not found #55 #56
serut May 26, 2016
dd4d033
Merge branch 'fix-refactor' of https://github.com/serut/spacejam into…
Jun 24, 2016
c3bed38
Merge branch 'master' into windows-suppport
Jun 24, 2016
8868704
Update to latest meteor version
Jun 29, 2016
9dbfc37
Fix tests for path.delimiter
Jun 29, 2016
276e8a3
Add appveyor.yml configuration file
Jun 29, 2016
19772ed
Bump version to 1.6.2-rc.1
Jun 29, 2016
c3c60c2
Find out the good meteor and mongodb pid and add coffee-script as a p…
serut Jul 7, 2016
46104a0
Support latest update of practicalmeteor:mocha
Jul 7, 2016
f799d0f
Cleanup logging
Jul 7, 2016
b28d172
Solve conflicts with @serut fork
Jul 7, 2016
4bd7434
Bump version to 1.6.2-rc.2
Jul 7, 2016
ca184de
Add prepublish script again
Jul 7, 2016
40cdf8a
Bump version to 1.6.2-rc.4
Jul 7, 2016
948fe10
Skipt scripts tests if you are running in windows
Jul 7, 2016
b73d751
Add try-thread-sleep (cross-spawn + spacejam supports the node versio…
serut Jul 8, 2016
4dd9fc3
Merge branch 'windows-suppport-pr' of github.com:serut/spacejam into …
Jul 8, 2016
b1d4c17
Fix functional tests
Jul 11, 2016
efe92c6
Add mainTests file
Jul 14, 2016
80bbdf9
Update tests apps to latest meteor version
Jul 14, 2016
9bed040
Add bin/npm-test.sh as npm test script
Jul 14, 2016
070f659
Update to latest practicalmeteor:mocha
Jul 14, 2016
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
Update to latest practicalmeteor:mocha
  • Loading branch information
Juan Sepulveda committed Jul 14, 2016
commit 070f65985e4ef55244a4624d468281924f275813
3 changes: 1 addition & 2 deletions tests/apps/failing-app-tests/.meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ ecmascript # Enable ECMAScript2015+ syntax in app code

autopublish # Publish all data to the clients (for prototyping)
insecure # Allow all DB writes from clients (for prototyping)
practicalmeteor:mocha@2.4.5-rc6.2
practicalmeteor:mocha-console-runner@0.2.0
practicalmeteor:mocha@2.4.5_6
practicalmeteor:chai
1 change: 0 additions & 1 deletion tests/apps/failing-app-tests/.meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ ordered-dict@1.0.8
practicalmeteor:chai@2.1.0_1
practicalmeteor:loglevel@1.2.0_2
practicalmeteor:mocha@2.4.5_3
practicalmeteor:mocha-console-runner@0.2.1
practicalmeteor:mocha-core@1.0.1
practicalmeteor:sinon@1.14.1_2
promise@0.7.3
Expand Down
2 changes: 1 addition & 1 deletion tests/apps/passing-app-tests/.meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ ecmascript # Enable ECMAScript2015+ syntax in app code

autopublish # Publish all data to the clients (for prototyping)
insecure # Allow all DB writes from clients (for prototyping)
practicalmeteor:mocha@2.4.5-rc6.2
practicalmeteor:mocha@2.4.5_6
practicalmeteor:chai
2 changes: 1 addition & 1 deletion tests/apps/passing-app-tests/.meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ observe-sequence@1.0.12
ordered-dict@1.0.8
practicalmeteor:chai@2.1.0_1
practicalmeteor:loglevel@1.2.0_2
practicalmeteor:mocha@2.4.5-rc6.2
practicalmeteor:mocha@2.4.5_6
practicalmeteor:mocha-core@1.0.1
practicalmeteor:sinon@1.14.1_2
promise@0.7.3
Expand Down