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

switch from tape/tap to AVA for tests #1574

Merged
merged 5 commits into from
Aug 21, 2020
Merged

switch from tape/tap to AVA for tests #1574

merged 5 commits into from
Aug 21, 2020

Conversation

warner
Copy link
Member

@warner warner commented Aug 20, 2020

This starts the process and converts a handful of packages.

  • assert
  • install-ses
  • import-manager
  • sparse-ints

refs #1568

@warner warner added the tooling repo-wide infrastructure label Aug 20, 2020
@warner warner force-pushed the 1568-test-with-ava branch 8 times, most recently from ba42673 to ed59b89 Compare August 20, 2020 21:51
@warner warner marked this pull request as ready for review August 20, 2020 21:51
@warner warner requested a review from dtribble August 20, 2020 21:52
@warner warner self-assigned this Aug 20, 2020
Copy link
Member

@dtribble dtribble left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

/There is no entry for "c"./,
);
t.end();
t.throws(() => importer.lookupImport('emptyPixel'), {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd put the reporter on it's own line, but maybe this is a prettier thing?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, I typed it on its own line, then prettier rewrote it into that ugly thing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tooling repo-wide infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants