fixed gitignore
This commit is contained in:
@@ -2,6 +2,7 @@ node_modules
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
*.idea
|
||||
dist/*
|
||||
dist
|
||||
*.DS_Store
|
||||
package-lock.json
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
assert.strictEqual(data.width, 400, 'sets image width');
|
||||
assert.strictEqual(data.height, 200, 'sets image height');
|
||||
assert.strictEqual(data.x, 0, 'sets crop x');
|
||||
assert.equal(data.y, 0.12482117310443483, 'sets crop y');
|
||||
assert.strictEqual(data.y.toFixed(7), 0.12482117310443483.toFixed(7), 'sets crop y');
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user