Skip to content
This repository was archived by the owner on Feb 21, 2024. It is now read-only.

BBVAEngineering/ember-cli-markdown-codefences

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED

ember-cli-markdown-codefences

Build Status GitHub version NPM version Dependency Status codecov Greenkeeper badge Ember Observer Score

Information

NPM

Installation

ember install ember-cli-markdown-codefences

Usage

Markdown codefences will be tested by ember-cli-qunit or ember-cli-mocha automatically when you run ember test.

Configuration

ember-cli-markdown-codefences can be configured through the markdown-codefences key in your ember-cli-build.js file:

const app = new EmberApp(defaults, {
  'markdown-codefences': {
    testGenerator: 'ember-qunit',
  },
});
  • testGenerator is automatically detected if ember-qunit/ember-cli-qunit or ember-mocha/ember-cli-mocha are used, but can also be set to ember-qunit and ember-mocha manually.

  • codeTransforms is automatically filled with javascript, html, json and handlebars.

Contribute

If you want to contribute to this addon, please read the CONTRIBUTING.md.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Ember CLI Addon for testing markdown codefences

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors