it('should not pipe styles through plugins when dynamic styles are not available and forceModePossible is true', () => {
    const styles = { color: 'red' }
    const pluginSpy = sinon.spy()

    let pluginInterface = TestUtils.mockPluginInterfaceWithPlugin(styles, pluginSpy)