We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b9c35 commit f6b0eacCopy full SHA for f6b0eac
readme.md
@@ -49,7 +49,7 @@
49
- [x] [Proxy](es6-features/proxy.md)
50
- [x] [Set](es6-features/set.md)
51
- [x] [Map](es6-features/map.md)
52
-- [ ] [Módulos](es6-features/modulos.md)
+- [x] [Módulos](es6-features/modulos.md)
53
54
## Web
55
@@ -62,5 +62,7 @@ Service Workers
62
[References](references/module-bundler.md)
63
64
## Tests
65
-
66
[References](references/tests.md)
+
67
+- [x] [Mocha(describe, context e it)](tdd-exemplos/exemplos/mocha.md)
68
+- [x] [Mocha(skip, only e bail)](tdd-exemplos/exemplos/skip-only-bail.md)
tdd-exemplos
@@ -0,0 +1 @@
1
+Subproject commit d71d53dd3dd13e98d215951a6a6f82be0128cbaf
0 commit comments