mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
Fix formatting
This commit is contained in:
@ -7,9 +7,9 @@ describe('Package', () => {
|
||||
});
|
||||
|
||||
it('should have html2canvas defined', done => {
|
||||
html2canvas('').catch((err) => {
|
||||
html2canvas('').catch(err => {
|
||||
assert.equal(err, 'Provided element is not within a Document');
|
||||
done();
|
||||
})
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user