Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
ecd17c8
adding basic app to test packages
kiwiupover Jul 27, 2020
bc89b0a
adding test packages to ci
kiwiupover Jul 28, 2020
27856a4
adding basic app
kiwiupover Jul 28, 2020
076fd05
replace the build test with new test in the test-package basic-app
kiwiupover Jul 28, 2020
5ef59b5
rename to the build test
kiwiupover Jul 28, 2020
f0e7b44
remove travis
kiwiupover Jul 28, 2020
437750e
fixed yml typo
kiwiupover Jul 28, 2020
e13b004
use frosen lockfile
kiwiupover Jul 28, 2020
8799079
adding basic-app to workspaces
kiwiupover Jul 28, 2020
6cd5fd5
remove tests packages so that NPM 4 :( doesn't add node_modules from …
kiwiupover Jul 28, 2020
e1326de
fixed typo
kiwiupover Jul 28, 2020
04b9069
fixed typo
kiwiupover Jul 28, 2020
44d2025
legacy test run better when run within the ember-cli-fastboot
kiwiupover Jul 29, 2020
077e034
legacy tests run better when run within the ember-cli-fastboot
kiwiupover Jul 29, 2020
85ad86e
testing again
kiwiupover Jul 29, 2020
c3e45ec
test again
kiwiupover Jul 29, 2020
0375141
what test work and what works
kiwiupover Jul 29, 2020
0875256
what is working
kiwiupover Jul 29, 2020
e00e2b3
all the tests
kiwiupover Jul 31, 2020
fa9c004
increase time for windows tests
kiwiupover Jul 31, 2020
c6a1b82
adding readme to the test-packages folder
kiwiupover Jul 31, 2020
bfec2c4
adding continue-on-error to ci yml
kiwiupover Jul 31, 2020
01465ae
yml syntax issue
kiwiupover Jul 31, 2020
eb357bd
making node 12 experimental
kiwiupover Jul 31, 2020
34e72ee
Adding Legacy to the mocha test title
kiwiupover Jul 31, 2020
dff448a
use volta to install npm 4
kiwiupover Jul 31, 2020
b4c4516
no need to remove test-packages folder
kiwiupover Jul 31, 2020
7e659c5
remove basic-app yarn.lock file
kiwiupover Jul 31, 2020
03efc43
don't leak test package modules
kiwiupover Jul 31, 2020
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
increase time for windows tests
  • Loading branch information
kiwiupover committed Jul 31, 2020
commit fa9c00410f017337ac72a40e153a0b9b0fb29fbb
2 changes: 1 addition & 1 deletion test-packages/basic-app/test/build-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const execa = require("execa");
chai.use(require('chai-fs'));

describe('it builds', function() {
this.timeout(50000);
this.timeout(100000);

it('builds into dist by default', async function() {

Expand Down