f4e36a93d6
Change-Id: If2a90959713e292a46c9d5e9c75c89a37f7316b6 Reviewed-on: https://gerrit.instructure.com/205007 Tested-by: Jenkins Reviewed-by: Cameron Matheson <cameron@instructure.com> QA-Review: Ryan Shaw <ryan@instructure.com> Product-Review: Ryan Shaw <ryan@instructure.com> |
||
---|---|---|
.. | ||
apps | ||
config/requirejs | ||
doc | ||
script | ||
tasks | ||
vendor | ||
www | ||
.gitignore | ||
.jshintignore | ||
.stylishcolors | ||
Gruntfile.js | ||
README.md | ||
package.json |
README.md
canvas-quizzes
A collection of quiz mini-apps for Canvas, the LMS by Instructure.
See the development guide to get started.
Dependencies
- React
- lodash / underscore
- RSVP
- d3
Running tests
Each app has its own suite. You can run all suites using grunt test
. If you want to run the suite for a single app, write down its name. For example: grunt test:events
.
If you want to filter specs that are run within a suite, use --filter="test_file_name.js"
. See grunt-contrib-jasmine for a complete reference.
License
Released under the AGPLv3 license, like Canvas.