Lines Matching full:done
43 it('path_path2dapi', function(done) { argument
55 done();
56 }).catch(reportError(done));
61 it('path_copy', function(done) { argument
77 done();
78 }).catch(reportError(done));
82 it('path_from_api_calls', function(done) { argument
100 done();
101 }).catch(reportError(done));
105 it('path_fromCmds', function(done) { argument
123 done();
124 }).catch(reportError(done));
128 it('path_fromSVGString', function(done) { argument
141 done();
142 }).catch(reportError(done));
148 it('path_toCmds', function(done) { argument
163 done();
164 }).catch(reportError(done));
168 it('path_toPath2D', function(done) { argument
183 done();
184 }).catch(reportError(done));
188 it('path_toSVGString', function(done) { argument
203 done();
204 }).catch(reportError(done));
219 it('path_add_path_svgmatrix', function(done) { argument
240 done();
241 }).catch(reportError(done));
245 it('path_add_path_svgmatrix_reuse', function(done) { argument
268 done();
269 }).catch(reportError(done));
273 it('path_add_path_svgmatrix_bare', function(done) { argument
290 done();
291 }).catch(reportError(done));