Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit40edfaf

Browse files
committed
style edits
1 parenta133094 commit40edfaf

7 files changed

+8
-11
lines changed

‎_posts/2016-01-02-development.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,4 @@ Inside of your demo root directory, connect the link.
8080

8181
Open*Atom-Coderoad* to view your tutorial. Your package should appear as a loaded package. Click on it.
8282

83-
Reload*Atom* to view changes. You can use the Atom[command-palette](https://atom.io/docs/latest/getting-started-atom-basics#command-palette) to find "reload" or simply use the reload hot-key.
84-
85-
* Windows & Linux: alt-ctrl-r
86-
* Mac: ctrl-alt-cmd-l
83+
Reload*Atom* to view changes. You can use the Atom[command-palette](https://atom.io/docs/latest/getting-started-atom-basics#command-palette) to find "reload" or simply use the reload hot-key (*Windows & Linux*: alt-ctrl-r,*Mac*: ctrl-alt-cmd-l).

‎_posts/2016-01-04-coderoad-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Defaults for loading tests are specified in the tutorial *package.json* file.
4747
}
4848
```
4949

50-
`testDir` is appended to all@test calls, and`testSuffix` is added to the end.
50+
`testDir` is appended to all*@test* calls, and`testSuffix` is added to the end.
5151

5252
*@test* loads a test file. It is important that these files are loaded in the correct order.*@test* can take a single test file, or an array of test files.
5353

@@ -56,7 +56,7 @@ Defaults for loading tests are specified in the tutorial *package.json* file.
5656
@test(['path/to/file', 'path/to/file2'])
5757
```
5858

59-
The first example would load the file'./tutorial/path/to/file.spec.js' in the project root directory.
59+
The first example would load the file*./tutorial/path/to/file.spec.js* in the project root directory.
6060

6161
See an[example](https://github.com/coderoad/coderoad-functional-school/blob/master/tutorial/1/01/filter.md) using*@test*.
6262

‎_posts/2016-01-06-loaders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ id: test-loaders
55
file:2016-01-06-loaders.md
66
---
77

8-
Tutorials may be written in different programming languages or for different compilers, so there isn't yet a standard way to load data from user created files. Instead, you'll have to load/transpile your files for the test runner. Rolling your own solution allows you to load data in a way that fits your project.
8+
Tutorials may be written in different programming languages or for different compilers, so there isn't yet a standard way to load data from user created files. Instead, you'll have to load (and possiblytranspile) your files for the test runner. Rolling your own solution allows you to load data in a way that fits your project.
99

1010
There may be a simpler approach in the future, but for now these snippets should help:
1111

‎_posts/2016-01-07-test-snippets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ file: 2016-01-07-test-snippets.md
77
Test Runners may have pre-made[Atom snippets](https://atom.io/docs/latest/using-atom-snippets) to quickly generate test files. See[*mocha-coderoad* snippets](https://github.com/coderoad/mocha-coderoad/blob/master/snippets.cson) as an example.
88

99
* Open up*Atom* ->*Open Your Snippets*.
10-
* Add the contents of`snippets.cson` to your global`snippets.cson` file.
10+
* Add the contents of*snippets.cson* to your global*snippets.cson* file.
1111
* Read the test runner README to see which snippets are available and which prefixes you should use.
1212

1313
For example, typing the snippet`mochacr-f` will generate an entire set of tests for a*mocha-coderoad* function. See an example:

‎_posts/2016-01-09-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The common suffix for unit tests. Also making writing unit test paths shorter.
2929

3030
####testRunner
3131

32-
Specified test runner. Currently only"mocha-coderoad" is available.
32+
Specified test runner. Currently only*mocha-coderoad* is available.
3333

3434
####edit
3535

‎_posts/2016-01-10-publish.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In the future this process will be further simplified by `> coderoad publish [ve
1010

1111
###Completing your*package.json*
1212

13-
* "name" - beginning with'coderoad-'
13+
* "name" - beginning with*coderoad-*
1414
* "description" - about your tutorial
1515
* "author" or "authors" information
1616
* "keywords" - about your tutorial

‎_posts/2016-01-12-roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ file: 2016-01-12-roadmap.md
77
CodeRoad will become more flexible & powerful with time.
88

99
#####v1.0.0
10+
* Improved test coverage
1011
* Lint for input errors before running (ESLint)
1112
* Final Loader solution
1213
* Improved animations
13-
* Test Tools Snippets to generate common unit test configurations
1414
* More test runners to support different programming languages (currently only Mocha test runner for JS)
1515
*@continue for page completion actions
1616
* cursor position option

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp