Commit 0f85067710c591b7c483cbd3c4558501d8e82f91
1 parent
61b37d55
Exists in
master
Corrigindo failling tests
Showing
3 changed files
with
10 additions
and
8 deletions
Show diff stats
app/templates/exemplo.html
| ... | ... | @@ -5,7 +5,8 @@ |
| 5 | 5 | <meta name=viewport content="width=device-width, initial-scale=1"> |
| 6 | 6 | <meta property="creator.productor" content="http://estruturaorganizacional.dados.gov.br/id/unidade-organizacional/2981"/> |
| 7 | 7 | <title>Barra Brasil</title> |
| 8 | - <script src="https://code.jquery.com/jquery-1.7.min.js"></script> | |
| 8 | + <!--Adicionado para fazer os testes via mocha/chai-jq/chai/zombie --> | |
| 9 | +<script type="text/javascript" src="jquery.js"></script> | |
| 9 | 10 | <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'> |
| 10 | 11 | |
| 11 | 12 | <script type="text/javascript"> |
| ... | ... | @@ -17,8 +18,8 @@ $(document).ready(function($){ |
| 17 | 18 | }); |
| 18 | 19 | }); |
| 19 | 20 | </script> |
| 20 | - <!--Adicionado para fazer os testes via mocha/chai-jq/chai/zombie --> | |
| 21 | - <script type="text/javascript" src="jquery.js"></script> | |
| 21 | + | |
| 22 | + | |
| 22 | 23 | <style type="text/css"> |
| 23 | 24 | |
| 24 | 25 | body { | ... | ... |
docker/public_html/index.html
| ... | ... | @@ -5,7 +5,8 @@ |
| 5 | 5 | <meta name=viewport content="width=device-width, initial-scale=1"> |
| 6 | 6 | <meta property="creator.productor" content="http://estruturaorganizacional.dados.gov.br/id/unidade-organizacional/2981"/> |
| 7 | 7 | <title>Barra Brasil</title> |
| 8 | - <script src="https://code.jquery.com/jquery-1.7.min.js"></script> | |
| 8 | + <!--Adicionado para fazer os testes via mocha/chai-jq/chai/zombie --> | |
| 9 | +<script type="text/javascript" src="jquery.js"></script> | |
| 9 | 10 | <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'> |
| 10 | 11 | |
| 11 | 12 | <script type="text/javascript"> |
| ... | ... | @@ -17,8 +18,8 @@ $(document).ready(function($){ |
| 17 | 18 | }); |
| 18 | 19 | }); |
| 19 | 20 | </script> |
| 20 | - <!--Adicionado para fazer os testes via mocha/chai-jq/chai/zombie --> | |
| 21 | - <script type="text/javascript" src="jquery.js"></script> | |
| 21 | + | |
| 22 | + | |
| 22 | 23 | <style type="text/css"> |
| 23 | 24 | |
| 24 | 25 | body { | ... | ... |
package.json
| ... | ... | @@ -3,14 +3,14 @@ |
| 3 | 3 | "description": "Barra oficial do governo federal brasileiro", |
| 4 | 4 | "devDependencies": { |
| 5 | 5 | "variable-replacer": "1.5.1", |
| 6 | -"coffee-script": "1.10.0", | |
| 6 | +"coffee-script": "1.12.3", | |
| 7 | 7 | "coffeescript-concat": "1.0.14", |
| 8 | 8 | "uglifyjs": "2.4.10", |
| 9 | 9 | "express": "4.13.4", |
| 10 | 10 | "chai": "3.5.0", |
| 11 | 11 | "chai-jq": "0.0.9", |
| 12 | 12 | "mocha": "2.4.5", |
| 13 | -"zombie": "4.2.1", | |
| 13 | +"zombie": "5.0.5", | |
| 14 | 14 | "ejs": "2.4.1" |
| 15 | 15 | }, |
| 16 | 16 | "optionalDependencies": {}, | ... | ... |