| Index: sky/tests/mocha/describe-only.sky
|
| diff --git a/sky/tests/mocha/describe-only.sky b/sky/tests/mocha/describe-only.sky
|
| index ac5424c2556d5564ed05088fdb1f906dacdb811f..62da377d810e018aa68f6b48c1729a6ad4d3ad97 100644
|
| --- a/sky/tests/mocha/describe-only.sky
|
| +++ b/sky/tests/mocha/describe-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.only('This suite', function() {
|
|
|