Commit c0adaf2
committed
use process.version to skip ES6 tests
[0.12 docs](https://nodejs.org/docs/latest-v0.12.x/api/process.html#process_process_version) say
> # Process
> The process object is a global object and can be accessed from anywhere.
>
> ## process.version
> A compiled-in property that exposes NODE_VERSION.
[Current docs](https://nodejs.org/api/process.html#process_process_version) say
> # Process
> The process object is a global that provides information about, and
> control over, the current Node.js process. As a global, it is always
> available to Node.js applications without using require().
>
> ## process.version
> Added in: v0.1.3
> * `<string>`
> The process.version property returns the Node.js version string.1 parent a067d50 commit c0adaf2
2 files changed
+2
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | | - | |
5 | | - | |
| 2 | + | |
6 | 3 | | |
7 | 4 | | |
8 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
7 | | - | |
8 | | - | |
| 6 | + | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
| |||
0 commit comments