10 lines
193 B
JavaScript

/**
* Add the ability for test suites to manually set support flags
* to better test more environments.
*/
const supportsFlags = {
linearEasing: undefined,
};
export { supportsFlags };