HomeSort by relevance Sort by last modified time
    Searched full:jasmine (Results 1 - 9 of 9) sorted by null

  /external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/
TESTING.md 7 * Jasmine -- the underlying test suite which executes the test and reports feedback
8 * node.js -- used for testing at the command line, via the `jasmine-node` package
10 To run the unit tests use `jasmine-node`:
12 jasmine-node spe
package.json 25 "jasmine-node": "1.2.2",
  /external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/tasks/test/
node.rake 4 # make sure jasmine-node exists, and barf if it doesn't
5 if %x['jasmine-node'] =~ /USAGE/
6 unless system 'jasmine-node', base_path.join('spec').to_s
10 puts "jasmine-node is not available"
13 puts " npm install -g jasmine-node"
jasmine.rake 3 task :jasmine do
7 Jasmine::Server.new(port).start
ci.rake 7 t.pattern = [Jasmine.runner_filepath]
coverage.rake 94 jasmine.getEnv().addReporter(new CoverageReporter());
100 jasmine_node = base_path.join('node_modules/jasmine-node/bin/jasmine-node').to_s
104 raise "jasmine-node tests failed. Coverage report not generated."
  /external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/spec/
jasmine.yml 3 # Return an array of filepaths relative to src_dir to include before jasmine specs.
19 # Return an array of stylesheet filepaths relative to src_dir to include before jasmine specs.
32 # Return an array of filepaths relative to spec_dir to include before jasmine specs.
  /external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/tasks/support/
gl-matrix.rb 23 require 'jasmine'
25 class Jasmine::Config
27 File.expand_path GLMatrix.base_path.join('spec/jasmine.yml')
31 class Rack::Jasmine::Runner
  /external/jsmn/
README.md 2 jsmn (pronounced like 'jasmine') is a minimalistic JSON parser in C. It can be easily integrated into resource-limited or embedded projects.

Completed in 955 milliseconds