Skip to content

Commit

Permalink
feature #5: guides/setup section
Browse files Browse the repository at this point in the history
  • Loading branch information
silkentrance committed Apr 1, 2019
1 parent 1bc9edc commit fd85c2b
Show file tree
Hide file tree
Showing 5 changed files with 704 additions and 36 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ _site
.jekyll-metadata
package-lock.json
attic
.*.swp
.idea
12 changes: 0 additions & 12 deletions _includes/example-code.md

This file was deleted.

17 changes: 16 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,22 @@ order: 0
<img src="/assets/img/logo-square.svg">
</div>
<div class="tile is-child is-8">
<div class="content">{% include example-code.md %}</div>
<div class="content">
{% highlight TypeScript linenos %}
import { suite, test } from '@testdeck/mocha';
import * as chai from 'chai';

@suite
class TestSuite {

@test
someTest() {

chai.assert.isOk(false);
}
}
{% endhighlight %}
</div>
</div>
</div>
</div>
Expand Down
13 changes: 0 additions & 13 deletions pages/guide/barfoo.md

This file was deleted.

Loading

0 comments on commit fd85c2b

Please sign in to comment.