Skip to content

Commit ce31176

Browse files
committed
Update style
1 parent b861a84 commit ce31176

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

specs/text/standard.spec.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
'use strict'
22
/* global describe, it, expect */
3-
describe('Standard Text', function() {
4-
it('should load', function() {
3+
describe('Standard Text', function () {
4+
it('should load', function () {
55
// assertions here]
66
expect(typeof jsPDF, 'function')
77
})
8-
it('should allow text insertion', function() {
8+
it('should allow text insertion', function () {
99
var doc = new jsPDF()
1010
doc.text(10, 10, 'This is a test!')
1111
doc.output('dataurlnewwindow')

0 commit comments

Comments
 (0)