()
| 113 | // react-async-bootstrapper |
| 114 | bootstrap() { |
| 115 | const doResolve = () => |
| 116 | this.resolveModule().then( |
| 117 | module => (module === undefined ? false : undefined), |
| 118 | ) |
| 119 | |
| 120 | // browser |
| 121 | if (env === 'browser') { |
nothing calls this directly
no test coverage detected