Skip to content

Commit

Permalink
move /tests to /test
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Aug 4, 2015
1 parent d405910 commit ad403ae
Show file tree
Hide file tree
Showing 83 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ module.exports = function(grunt) {
options: {
jshintrc: '.jshintrc'
},
all: ['src/**/*.js', 'demo/js/*.js', 'tests/browser/TestDemo.js', '!src/module/*']
all: ['src/**/*.js', 'demo/js/*.js', 'test/browser/TestDemo.js', '!src/module/*']
},
connect: {
watch: {
Expand Down Expand Up @@ -117,7 +117,7 @@ module.exports = function(grunt) {
testDemo: {
command: function(arg) {
arg = arg ? ' --' + arg : '';
return 'phantomjs tests/browser/TestDemo.js' + arg;
return 'phantomjs test/browser/TestDemo.js' + arg;
},
options: {
execOptions: {
Expand Down
4 changes: 2 additions & 2 deletions tests/browser/TestDemo.js → test/browser/TestDemo.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ var system = require('system');
var demo,
frames = 10,
testUrl = 'http://localhost:9000/demo/dev.html',
refsPath = 'tests/browser/refs',
diffsPath = 'tests/browser/diffs';
refsPath = 'test/browser/refs',
diffsPath = 'test/browser/diffs';

var update = arg('--update'),
updateAll = typeof arg('--updateAll') !== 'undefined',
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ad403ae

Please sign in to comment.