mirror of https://github.com/sveltejs/svelte
parent
c87a370947
commit
63ebfc248f
@ -1,5 +0,0 @@
|
||||
import { test } from '../../test';
|
||||
|
||||
export default test({
|
||||
error: false
|
||||
});
|
||||
@ -1,3 +0,0 @@
|
||||
<script module>
|
||||
export { blah } from "./blah.js";
|
||||
</script>
|
||||
@ -0,0 +1 @@
|
||||
[]
|
||||
@ -0,0 +1,3 @@
|
||||
<script module>
|
||||
export { something } from "./something.js";
|
||||
</script>
|
||||
Loading…
Reference in new issue