mirror of
https://github.com/Shopify/draggable.git
synced 2025-12-08 20:15:56 +00:00
4 lines
94 B
TypeScript
4 lines
94 B
TypeScript
export function expectation(passed: boolean) {
|
|
return passed ? 'not to have' : 'to have';
|
|
}
|