| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a39b98e commit 5e138fe
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,13 @@ | |||
| 1 | 1 | 'use strict'; | |
| 2 | 2 | ||
| 3 | 3 | const common = require('../common'); | |
| 4 | + | ||
| 5 | + if (!common.hasIntl) { | ||
| 6 | + // A handful of the tests fail when ICU is not included. | ||
| 7 | + common.skip('missing Intl... skipping test'); | ||
| 8 | + return; | ||
| 9 | + } | ||
| 10 | + | ||
| 4 | 11 | const URL = require('url').URL; | |
| 5 | 12 | const path = require('path'); | |
| 6 | 13 | const assert = require('assert'); | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,13 @@ | |||
| 1 | 1 | 'use strict'; | |
| 2 | 2 | ||
| 3 | 3 | const common = require('../common'); | |
| 4 | + | ||
| 5 | + if (!common.hasIntl) { | ||
| 6 | + // A handful of the tests fail when ICU is not included. | ||
| 7 | + common.skip('missing Intl... skipping test'); | ||
| 8 | + return; | ||
| 9 | + } | ||
| 10 | + | ||
| 4 | 11 | const path = require('path'); | |
| 5 | 12 | const URL = require('url').URL; | |
| 6 | 13 | const assert = require('assert'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments