~caneypuggies/reformedchurcheslocator/couchapp-backbone

« back to all changes in this revision

Viewing changes to _attachments/js/vendor/requirejs/tests/README.md

  • Committer: Tim Black
  • Date: 2013-09-16 22:50:16 UTC
  • Revision ID: tim@alwaysreformed.com-20130916225016-zk8jiba25z33ew7h
Versioned Bower vendor directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# RequireJS Testing
 
2
 
 
3
This is a list of things to test before doing a RequireJS release.
 
4
 
 
5
**Update all subprojects via ./updatesubs.sh FIRST**
 
6
 
 
7
## Items in tests directory
 
8
 
 
9
* All browsers: tests/doh/runner.html?testUrl=../all in all the browsers
 
10
* go to tests/ run alln.sh and allj.sh
 
11
* Optional, only do on major refactors: tests/commonjs, run each file in browser.
 
12
 
 
13
## Node testing
 
14
 
 
15
Go to r.js project and run the following:
 
16
 
 
17
* cd tests
 
18
* ./alln.sh
 
19
* node allNode.js
 
20
* ./allj.sh
 
21
* node ../../r.js index.js
 
22
* node canvasTest.js (use nave and do the npm installs listed in the JS file)
 
23
* cd ../build/tests
 
24
* ./alln.sh
 
25
* ./allj.sh
 
26
 
 
27
Try manual testing:
 
28
 
 
29
# Sample jQuery project
 
30
 
 
31
Test the sample jQuery project, complete with running the optimizer, testing the output.
 
32
 
 
33
# CoffeeScript plugin
 
34
 
 
35
Check it.
 
36
 
 
37
# jQueryUI AMD project
 
38
 
 
39
Check it.
 
 
b'\\ No newline at end of file'