You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sipp11
dd6de0bafc
|
10 years ago | |
---|---|---|
css | 10 years ago | |
js | 10 years ago | |
tests | 10 years ago | |
.gitignore | 10 years ago | |
README.md | 10 years ago | |
bower.json | 10 years ago | |
index.html | 10 years ago |
README.md
Showtimes-web
- Open
index.html
in your browser.
Tests
You can run the tests by opening the index.html?test
page in your browser.
The test is located in the tests/tests.js
file. You can see how such an
integration test should be written, using QUnit assertions and ember-testing helpers.
For more information about ember-testing package see ember-testing.
For more information about the QUnit testing framework, see QUnit.