()
| 148 | describe('arguments, Arguments', () => { |
| 149 | it('should work in the immediate positive case', async () => { |
| 150 | function getArguments() { |
| 151 | return arguments; |
| 152 | } |
| 153 | const p = new ControllerPromise( |
| 154 | Promise.resolve(getArguments()), |
| 155 | getWaitFunction(() => getArrayValueFunction(getArguments())) |