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

fix: solve npm audit issues by replacing tape and tap-spec with Ava #282

Merged
merged 1 commit into from
Nov 8, 2021

Conversation

DavidVujic
Copy link
Collaborator

Description

Solves #276

Motivation and Context

Both tape and tap-spec seems to be not longer maintained. tap-spec has raised npm audit warnings.

A simple solution is to use Ava instead, a tool that is actively maintained.

How Has This Been Tested?

npm run test-unit
npm run test-components

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

@DavidVujic DavidVujic merged commit b3f5b5d into yfinkelstein:master Nov 8, 2021
@DavidVujic DavidVujic deleted the use_ava_test branch November 8, 2021 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant