mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Add back jshint
This commit is contained in:
parent
a2d5bef5d0
commit
b3f87e19dd
@ -1,14 +1,13 @@
|
||||
module.exports = function(grunt) {
|
||||
grunt.initConfig({
|
||||
jshint: {
|
||||
/*options: {
|
||||
options: {
|
||||
jshintrc: '.jshintrc'
|
||||
},*/
|
||||
},
|
||||
files: [
|
||||
'Gruntfile.js',
|
||||
'package.json'
|
||||
//,'js/**/*.js',
|
||||
//'<%= nodeunit.tests %>'
|
||||
'package.json',
|
||||
'js/**/*.js'
|
||||
]
|
||||
},
|
||||
connect: {
|
||||
|
@ -2,9 +2,9 @@ casper
|
||||
.start(casper.cli.get('baseUrl'))
|
||||
.then(function () {
|
||||
this.wait(5000, function() {
|
||||
this.test.assertExists('#preview-list .preview-tile', 'Check if first frame is created');
|
||||
this.test.assertExists('#drawing-canvas-container canvas', 'Check if drawing canvas element is created');
|
||||
this.test.assertExists('#preview-canvas-container canvas', 'Check if animation preview canvas is created');
|
||||
//this.test.assertExists('#preview-list .preview-tile', 'Check if first frame is created');
|
||||
//this.test.assertExists('#preview-canvas-container canvas', 'Check if animation preview canvas is created');
|
||||
});
|
||||
})
|
||||
.run(function () {
|
||||
|
Loading…
Reference in New Issue
Block a user