mirror of
https://github.com/Shopify/draggable.git
synced 2026-01-25 16:02:36 +00:00
4 lines
94 B
TypeScript
4 lines
94 B
TypeScript
export function expectation(passed: boolean) {
|
|
return passed ? 'not to have' : 'to have';
|
|
}
|