issues Search Results · repo:avajs/ava-codemods language:JavaScript
Filter by
17 results
(58 ms)17 results
inavajs/ava-codemods (press backspace or delete to remove)We haven t maintained these codemods at all. This tool also tries to do a lot more than is necessary. For the latest
throwsAsync change I wrote a simple transform that can be applied by using jscodeshift ...
novemberborn
- 1
- Opened on Aug 12, 2018
- #37
I just tried using tape-to-ava and got this error on terminal.
➜ serializeJSON tape-to-ava serializeJSON.test.js -f
fatal: Not a git repository (or any of the parent directories): .git
WARNING: Unable ...
esganzerla
- 2
- Opened on Dec 19, 2016
- #34
There exist a conversion from AVA to Jest, so would be nice to have the reverse too.
@skovhus Interested? Asking since you have some experience with the Jest API now.
Side question: I wonder if it would ...
enhancement
help wanted
sindresorhus
- 2
- Opened on Sep 29, 2016
- #32
Follow-up to https://github.com/avajs/ava-codemods/pull/28.
Commented by @skovhus:
- [x] if t.end is in the scope of the test function, we could remove it and not use cb style
- [ ] rename first ...
enhancement
help wanted
sindresorhus
- 6
- Opened on Sep 27, 2016
- #31
It looks like #24 didn t add account for how the cli would be consumed by users doing npm install -g ava-codemods.
That PR was commited to master a month after the last release, so the version in the ...
DrewML
- 3
- Opened on Jul 6, 2016
- #26
We use jasmine extensively here at Redfin, and we re starting the long and tedious process of migrating to ava to
simplify our babelification / es6, and to get our tests to run faster. It would significantly ...
enhancement
help wanted
doug-wade
- 1
- Opened on May 18, 2016
- #22
We re gonna change the CWD in tests to the package root: https://github.com/sindresorhus/ava/issues/32
Should we have a codemod that ensures there s a {cwd: __dirname} in childProcess and not relative ...
enhancement
help wanted
priority
sindresorhus
- 5
- Opened on May 13, 2016
- #19
The jscodeshift CLI automatically loads babel/register (it s still on babel@5).
No reason we shouldn t be able to do the same for our tests, etc.
jamestalmage
- 6
- Opened on May 6, 2016
- #18
I want to reuse the command in many projects and don t want to go through the interactive interface each time.
enhancement
sindresorhus
- 3
- Opened on Apr 7, 2016
- #16
When using ava-codemods on:
test(t = {
t.same(fn.sync( 1.tmp , {cwd: t.context.tmp}), [path.join(t.context.tmp, 1.tmp )]);
});
I get:
test(t = {
t.deepEqual(
fn.sync( 1.tmp , {cwd: ...
bug
priority
sindresorhus
- 5
- Opened on Apr 7, 2016
- #15

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.