diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/README.md b/README.md new file mode 100644 index 0000000..8cbaaf0 --- /dev/null +++ b/README.md @@ -0,0 +1,38 @@ +# Custom mocha styles + +This is a simple package that includes some additional style/functionality to the mocha test runner. + +## Include in your project + +To include this package in your project, simply add the following to the `
` of your html test file + +### Styles +```html + +``` +### Syntax highlighting +```html + +``` + +### Example +```html + + + + ... + + + + + ... + + ... + +```