This website requires JavaScript.
Explore
Help
Register
Sign In
admin
/
jasmine
Watch
1
Star
0
Fork
0
You've already forked jasmine
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b4acdbd90ab9ed85b7489af2e51f824f29650ed2
jasmine
/
spec
History
Sheel Choksi
b4acdbd90a
Remove use of getElementsByTagName and getElementsByClassName
...
Replace calls to these functions with querySelector and querySelectorAll
2013-06-03 19:24:53 -07:00
..
console
Squashed commit of work to make Jasmine a collection of isolated modules. Note now that in our test suite, "jasmine" now always refers to the build jasmine loaded from jasmine.js and "j$" always refers to the code in the src directories.
2013-05-28 14:09:20 -07:00
core
Fixing red build. Not sure why, but this spec was green in Chrome and Node.js
2013-06-03 10:31:52 -07:00
html
Remove use of getElementsByTagName and getElementsByClassName
2013-06-03 19:24:53 -07:00
smoke
Add performance smoke suite
2012-12-03 15:46:29 -08:00
support
Squashed commit of work to make Jasmine a collection of isolated modules. Note now that in our test suite, "jasmine" now always refers to the build jasmine loaded from jasmine.js and "j$" always refers to the code in the src directories.
2013-05-28 14:09:20 -07:00
jasmine_self_test_spec.rb
* JsApiReporter - better inteface for getting spec results (it's a slice!)
2013-02-26 12:24:59 -08:00
jasmine-performance.yml
Add performance smoke suite
2012-12-03 15:46:29 -08:00
jasmine.yml
Matchers & Matchers specs now broken up into individual files. There is now a requireMatchers jasmineRequire function to attach matchers properly.
2013-06-02 22:22:25 -07:00
node_performance_suite.js
Squashed commit of work to make Jasmine a collection of isolated modules. Note now that in our test suite, "jasmine" now always refers to the build jasmine loaded from jasmine.js and "j$" always refers to the code in the src directories.
2013-05-28 14:09:20 -07:00
node_suite.js
Matchers & Matchers specs now broken up into individual files. There is now a requireMatchers jasmineRequire function to attach matchers properly.
2013-06-02 22:22:25 -07:00
spec_helper.rb
All Jasmine file manipulation/development moved from Thor to Grunt. Thor has been removed completely. Run
grunt --help
to see available tasks.
2013-03-24 09:41:42 -07:00