mozilla/sanitizer-polyfill

Set up a test framework to create and run unit and integration tests

Open

#10 opened on Jul 7, 2021

View on GitHub
 (1 comment) (0 reactions) (1 assignee)JavaScript (8 forks)auto 404
help wantedinfra

Repository metrics

Stars
 (76 stars)
PR merge metrics
 (PR metrics pending)

Description

As of right now, we will need to write unit tests for functions in src/sanitizer.js and integration tests for Sanitizer methods.

We might be able to draw inspiration from the testing setup and the test cases in DOMPurify

Contributor guide