mirror of https://github.com/sveltejs/svelte
7 lines
103 B
7 lines
103 B
7 years ago
|
export default {
|
||
|
test(assert, stats) {
|
||
|
assert.deepEqual(stats.hooks, {
|
||
|
oncreate: true
|
||
|
});
|
||
|
}
|
||
|
};
|