Commit e057dfc
committed
Replace FrameworkDetector test with JSEnv test
This test was originally designed to make sure FrameworkDetector
doesn't fail with other `console.log` statements. However, since
22a8d7dc52669c537154f21519752a8b6680a174 FrameworkDetector does
not exist anymore.
We replace the specific test with a more generalized test that ensures
that stdout and the scalajsCom do not interact for JSEnvs in general.1 parent e65a1d2 commit e057dfc
File tree
1 file changed
+22
-0
lines changed- js-envs-test-kit/src/main/scala/org/scalajs/jsenv/test
1 file changed
+22
-0
lines changedLines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
111 | 133 | | |
0 commit comments