mirror of https://github.com/sveltejs/svelte
parent
0c7e79f8d4
commit
fc331708dd
@ -0,0 +1,16 @@
|
|||||||
|
export default {
|
||||||
|
test(assert, stats) {
|
||||||
|
assert.deepEqual(stats.vars, [
|
||||||
|
{
|
||||||
|
name: 'foo',
|
||||||
|
kind: 'implicit',
|
||||||
|
import_name: null,
|
||||||
|
export_name: 'foo',
|
||||||
|
source: null,
|
||||||
|
referenced: true,
|
||||||
|
module: false,
|
||||||
|
mutated: true
|
||||||
|
}
|
||||||
|
]);
|
||||||
|
},
|
||||||
|
};
|
@ -0,0 +1 @@
|
|||||||
|
{foo}
|
Loading…
Reference in new issue