-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: avajs/ava
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 19625c9dd1bde2cbbe323f79e393b083ba2ccb78
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: avajs/ava
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e1572d9f66fecfaf4ceb2a84814181b02c8d142e
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
60
contributors
Commits on May 26, 2016
-
* add t.notRegex Fixes #877 * add notRegex to power-assert patterns
Configuration menu - View commit details
-
Copy full SHA for c740202 - Browse repository at this point
Copy the full SHA c740202View commit details
Commits on May 27, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 2e98438 - Browse repository at this point
Copy the full SHA 2e98438View commit details
Commits on Jun 3, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 60890c4 - Browse repository at this point
Copy the full SHA 60890c4View commit details
Commits on Jun 5, 2016
-
update to new power-assert-runtime (#903)
* updated to power-assert-runtime * added tests for power assert not throwing on experimental syntax * bump empower-core to 0.6.1
1Configuration menu - View commit details
-
Copy full SHA for fb3af50 - Browse repository at this point
Copy the full SHA fb3af50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b00f42 - Browse repository at this point
Copy the full SHA 1b00f42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d636f2 - Browse repository at this point
Copy the full SHA 6d636f2View commit details
Commits on Jun 8, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 43103f8 - Browse repository at this point
Copy the full SHA 43103f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 402a7d5 - Browse repository at this point
Copy the full SHA 402a7d5View commit details
Commits on Jun 9, 2016
-
Following the old example didn't work for me. It appears the new recommended way to install `tsc` is just to install `typescript`.
Configuration menu - View commit details
-
Copy full SHA for 2a6c5a9 - Browse repository at this point
Copy the full SHA 2a6c5a9View commit details
Commits on Jun 10, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 68db38e - Browse repository at this point
Copy the full SHA 68db38eView commit details -
move power assert error message formatting to child processes (#911)
Fixes #703 * moved power assert assertion error formatting to child processes * fix test that asserted presence of powerAssertContext on AssertionError
Configuration menu - View commit details
-
Copy full SHA for cddd248 - Browse repository at this point
Copy the full SHA cddd248View commit details
Commits on Jun 12, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c229e9b - Browse repository at this point
Copy the full SHA c229e9bView commit details
Commits on Jun 14, 2016
-
1
Configuration menu - View commit details
-
Copy full SHA for c95fa7f - Browse repository at this point
Copy the full SHA c95fa7fView commit details
Commits on Jun 15, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c925920 - Browse repository at this point
Copy the full SHA c925920View commit details
Commits on Jun 16, 2016
-
Configuration menu - View commit details
-
Copy full SHA for dc30b00 - Browse repository at this point
Copy the full SHA dc30b00View commit details
Commits on Jun 17, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 6fd817c - Browse repository at this point
Copy the full SHA 6fd817cView commit details
Commits on Jun 19, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 6669a34 - Browse repository at this point
Copy the full SHA 6669a34View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa85489 - Browse repository at this point
Copy the full SHA fa85489View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9efcee0 - Browse repository at this point
Copy the full SHA 9efcee0View commit details -
extract ava-files to it's own module (#925)
* ava-files should honor a `cwd` option. * Properly resolve test files in non-watch mode. * update test/watcher.js to reflect new AvaFiles Api * extract ava-files to it's own thing
Configuration menu - View commit details
-
Copy full SHA for bdc57f4 - Browse repository at this point
Copy the full SHA bdc57f4View commit details -
Extract babel config generation into it's own submodule (#924)
* extract babel config generation into it's own submodule * no need for defaults * reassign validate call * pr feedback
Configuration menu - View commit details
-
Copy full SHA for 81ffd8d - Browse repository at this point
Copy the full SHA 81ffd8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a27c733 - Browse repository at this point
Copy the full SHA a27c733View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca800eb - Browse repository at this point
Copy the full SHA ca800ebView commit details
Commits on Jun 23, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 4d3ed27 - Browse repository at this point
Copy the full SHA 4d3ed27View commit details
Commits on Jul 1, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 187b8b4 - Browse repository at this point
Copy the full SHA 187b8b4View commit details
Commits on Jul 2, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 6c0f093 - Browse repository at this point
Copy the full SHA 6c0f093View commit details
Commits on Jul 8, 2016
-
<!-- Read the [contributing guidelines](https://github.com/avajs/ava/blob/master/contributing.md). We are excited about pull requests, but please try to limit the scope, provide a general description of the changes, and remember, it's up to you to convince us to land it. If this fixes an open issue, link to it in the following way: `Fixes #321`. New features and bug fixes should come with tests. --> A recipe for using AVA with JSPM, per discussion on #131. It requires the import of an external library I wrote for the purpose of encapsulating the loader shim so it can be maintained and updated. Here's a link to that library: [ava-jspm-loader](https://github.com/skorlir/ava-jspm-loader). Closes #941
Configuration menu - View commit details
-
Copy full SHA for c3539c1 - Browse repository at this point
Copy the full SHA c3539c1View commit details
Commits on Jul 9, 2016
-
fix import-order linting errors
vdemedes committedJul 9, 2016 Configuration menu - View commit details
-
Copy full SHA for 5cfe0d1 - Browse repository at this point
Copy the full SHA 5cfe0d1View commit details
Commits on Jul 11, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 13cbdc2 - Browse repository at this point
Copy the full SHA 13cbdc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6635af0 - Browse repository at this point
Copy the full SHA 6635af0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7827fa1 - Browse repository at this point
Copy the full SHA 7827fa1View commit details -
Update JSPM+SystemJS recipe per @jamestalmage.
See istanbuljs/nyc#305 - specifically [this comment and the one after it](istanbuljs/nyc#305 (comment)). Essentially, @jamestalmage brought up that it would be good to explicitly mention in the recipe that you should not pre-build your project with JSPM/SystemJS to run your tests. The purpose of ava-jspm-loader is that you do not have to build before testing. Closes #954
Configuration menu - View commit details
-
Copy full SHA for a539c7e - Browse repository at this point
Copy the full SHA a539c7eView commit details
Commits on Jul 12, 2016
-
Configuration menu - View commit details
-
Copy full SHA for b54eafa - Browse repository at this point
Copy the full SHA b54eafaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7440ac9 - Browse repository at this point
Copy the full SHA 7440ac9View commit details -
Not very useful, but want to promote Dependency CI because it's awesome.
Configuration menu - View commit details
-
Copy full SHA for 05f1890 - Browse repository at this point
Copy the full SHA 05f1890View commit details
Commits on Jul 13, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 1dd6d5b - Browse repository at this point
Copy the full SHA 1dd6d5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c82f980 - Browse repository at this point
Copy the full SHA c82f980View commit details
Commits on Jul 14, 2016
-
provide clear error message when users attempt nested/async calls to …
…`test` (#961) Fixes #948. AVA does not support nested / async calls to `test`, but we were not providing a great error message when users attempted that. * added failing test for expected error * tests passed: waiting for review * added test * changed error message * fixed error in test * changed 'hasBegunRunning' to 'hasStarted'
Configuration menu - View commit details
-
Copy full SHA for 8edd9c2 - Browse repository at this point
Copy the full SHA 8edd9c2View commit details
Commits on Jul 20, 2016
-
Juan Soto committed
Jul 20, 2016 Configuration menu - View commit details
-
Copy full SHA for 1c6abe0 - Browse repository at this point
Copy the full SHA 1c6abe0View commit details
Commits on Jul 24, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f9fe8f2 - Browse repository at this point
Copy the full SHA f9fe8f2View commit details
Commits on Aug 6, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 1bff531 - Browse repository at this point
Copy the full SHA 1bff531View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01a110e - Browse repository at this point
Copy the full SHA 01a110eView commit details -
closes #942 This does a few things: - Moves anything used in child processes that the browser can't replicate into `lib/process-adapter.js` (so that browser implementations can implement that missing functionality). - Separates out `prefix-title` so `karma-ava` can use it. It enables use of [`karma-ava`](https://github.com/avajs/karma-ava), which is very preliminary right now, but does work: https://cloud.githubusercontent.com/assets/4082216/16401095/75720328-3caf-11e6-950d-27a9e48bbf9a.png -- This also includes two commits from #896
Configuration menu - View commit details
-
Copy full SHA for 204f2be - Browse repository at this point
Copy the full SHA 204f2beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78d47b3 - Browse repository at this point
Copy the full SHA 78d47b3View commit details
Commits on Aug 8, 2016
-
Configuration menu - View commit details
-
Copy full SHA for adc823e - Browse repository at this point
Copy the full SHA adc823eView commit details
Commits on Aug 9, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 40b4bcd - Browse repository at this point
Copy the full SHA 40b4bcdView commit details
Commits on Aug 11, 2016
-
Configuration menu - View commit details
-
Copy full SHA for d19d1d1 - Browse repository at this point
Copy the full SHA d19d1d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee13725 - Browse repository at this point
Copy the full SHA ee13725View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea25b20 - Browse repository at this point
Copy the full SHA ea25b20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8816faf - Browse repository at this point
Copy the full SHA 8816fafView commit details
There are no files selected for viewing
This file was deleted.