(testObj: ITestWithRemapsObject)
| 69 | return newTestGeneric(testObj, test.only, testItWithRemaps); |
| 70 | }; |
| 71 | export const newTestWithRemapsSkip = (testObj: ITestWithRemapsObject) => |
| 72 | newTestGeneric(testObj, test.skip, testItWithRemaps); |
| 73 | |
| 74 | interface ITestObject { |
| 75 | title: string; |
no test coverage detected