Changeset 26108
- Timestamp:
- 11/12/2013 11:20:28 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.gitignore
r25173 r26108 15 15 wp-tests-config.php 16 16 phpunit.xml 17 qunit/tests/compiled.html 17 18 18 19 node_modules -
trunk/Gruntfile.js
r26107 r26108 334 334 335 335 grunt.registerTask('qunit:compiled', 'Runs QUnit tests on compiled as well as uncompiled scripts.', 336 ['build', 'copy:qunit', 'qunit' , 'clean:qunit']);336 ['build', 'copy:qunit', 'qunit']); 337 337 grunt.registerTask('test', 'Runs all QUnit and PHPUnit tasks.', ['qunit:compiled', 'phpunit']); 338 338 -
trunk/tests/qunit
-
Property
svn:ignore
set to
compiled.html
-
Property
svn:ignore
set to
Note: See TracChangeset
for help on using the changeset viewer.