mirror of https://github.com/sveltejs/svelte
6 lines
147 B
6 lines
147 B
7 years ago
|
export default {
|
||
|
test(assert, stats) {
|
||
|
assert.equal(typeof stats.timings, 'object');
|
||
|
assert.equal(typeof stats.timings.total, 'number');
|
||
|
}
|
||
|
};
|