Skip to content

Commit a87de13

Browse files
committed
update: separation javascript tests for frameworks
1 parent 166e92a commit a87de13

File tree

66 files changed

+330
-232
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+330
-232
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,13 @@ You can see all installed snippets in `Tools > Snippets...`, in the sublime text
2525
- Patterns
2626
- [Design Patterns](snippets/js/patterns/design-patterns)
2727
- Tests
28-
- [Structure - ts.*](snippets/js/tests/structure)
29-
- [BDD - tb.*](snippets/js/tests/bdd)
30-
- [TDD - tt.*](snippets/js/tests/tdd)
28+
- [Common - t.*](snippets/js/tests/common)
29+
- [Chai - tc.*](snippets/js/tests/chai)
30+
- [Jasmine - tj.*](snippets/js/tests/jasmine)
31+
- [Mocha - tm.*](snippets/js/tests/mocha)
32+
- [Node - tn.*](snippets/js/tests/node)
33+
- [QUnit - tq.*](snippets/js/tests/qunit)
34+
- [Sinon - ts.*](snippets/js/tests/sinon)
3135
- Schema.org
3236
- [Microdata](snippets/schema/microdata)
3337
- [External - e*](snippets/external/)

0 commit comments

Comments
 (0)