| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent fa99dad commit 8e50413
1 file 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.enoughTestMem) { | ||
| 6 | + const skipMessage = 'intensive toString tests due to memory confinements'; | ||
| 7 | + common.skip(skipMessage); | ||
| 8 | + return; | ||
| 9 | + } | ||
| 10 | + | ||
| 4 | 11 | const assert = require('assert'); | |
| 5 | 12 | const fs = require('fs'); | |
| 6 | 13 | const path = require('path'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments