impress/impress.js

Test coverage for all plugins

Open

#659 geöffnet am 15. Jan. 2018

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (6.605 Forks)batch import
good first issuehelp wanted

Repository-Metriken

Stars
 (38.178 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

As of this writing, the core impress.js API has ok test coverage, as does the navigation plugin. All other plugins were essentially implemented without tests. (Sorry, historical reasons.)

Now that they're merged to upstream impress.js though, we do have a goal of adding test coverage for all of them. Basically, it would be nice to have at least one src/plugins/pluginname/pluginname_tests.js file for each plugin.

This is a catch all ticket. If you want to help in creating tests for a plugin, please file a new issue with a title like "Add tests for plugin pluginname"

Related: #657

Contributor Guide