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

Wrapper function for functions with similar functionality #1662

Closed
wants to merge 11 commits into from
Prev Previous commit
Merge branch 'main' into matcher
  • Loading branch information
5saviahv authored Feb 11, 2021
commit c7e0b64ba2a1c97549c4fca8d91e137afa34c2d1
1 change: 1 addition & 0 deletions test/api/traversing.js
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ var food = require('../__fixtures__/fixtures').food;
var fruits = require('../__fixtures__/fixtures').fruits;
var drinks = require('../__fixtures__/fixtures').drinks;
var text = require('../__fixtures__/fixtures').text;
var forms = require('../__fixtures__/fixtures').forms;
var eleven = require('../__fixtures__/fixtures').eleven;

describe('$(...)', function () {
You are viewing a condensed version of this merge commit. You can view the full changes here.