| Index: sky/tests/framework/templates.sky
|
| diff --git a/sky/tests/framework/templates.sky b/sky/tests/framework/templates.sky
|
| index 99047f017d88d07ad238917afaa5b2444bfd30d5..de8be685fcf34c0114701cc37ffa121222720cf7 100644
|
| --- a/sky/tests/framework/templates.sky
|
| +++ b/sky/tests/framework/templates.sky
|
| @@ -1,8 +1,8 @@
|
| <sky>
|
| -<import src="/sky/tests//resources/chai.sky" />
|
| -<import src="/sky/tests/resources/mocha.sky" />
|
| +<import src="../resources/chai.sky" />
|
| +<import src="../resources/mocha.sky" />
|
| +<import src="../resources/test-element.sky" as="TestElement" />
|
| <import src="/sky/framework/sky-element/sky-element.sky" as="SkyElement" />
|
| -<import src="/sky/tests/resources/test-element.sky" as="TestElement" />
|
|
|
| <div id="sandbox"></div>
|
|
|
|
|