| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ce7a751 commit 968fe6a
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,9 +1,11 @@ | |||
| 1 | 1 | 'use strict'; | |
| 2 | - require('../common'); | ||
| 2 | + const common = require('../common'); | ||
| 3 | 3 | const assert = require('assert'); | |
| 4 | 4 | const Stream = require('stream'); | |
| 5 | 5 | const repl = require('repl'); | |
| 6 | 6 | ||
| 7 | + common.skipIfDumbTerminal(); | ||
| 8 | + | ||
| 7 | 9 | const tests = [ | |
| 8 | 10 | testSloppyMode, | |
| 9 | 11 | testStrictMode, | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,6 +5,7 @@ | |||
| 5 | 5 | const common = require('../common'); | |
| 6 | 6 | ||
| 7 | 7 | common.skipIfInspectorDisabled(); | |
| 8 | + common.skipIfDumbTerminal(); | ||
| 8 | 9 | ||
| 9 | 10 | if (process.argv[2] === 'child') { | |
| 10 | 11 | const stream = require('stream'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments