| Index: sky/tests/mocha/it-only.sky
|
| diff --git a/sky/tests/mocha/it-only.sky b/sky/tests/mocha/it-only.sky
|
| index de7706d3e47069db3c5885f33bed3a4278daf691..616016a96b438eac2bfe11bb4afc824a668332df 100644
|
| --- a/sky/tests/mocha/it-only.sky
|
| +++ b/sky/tests/mocha/it-only.sky
|
| @@ -1,6 +1,6 @@
|
| <html>
|
| -<link rel="import" href="../resources/chai.sky" />
|
| -<link rel="import" href="../resources/mocha.sky" />
|
| +<import src="../resources/chai.sky" />
|
| +<import src="../resources/mocha.sky" />
|
| <script>
|
|
|
| describe('This suite', function() {
|
|
|