mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
Get tests to work
This commit is contained in:
parent
de02456641
commit
7ac2c7c7fa
@ -13,7 +13,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
import {offColor} from 'off-color';
|
import pkg from 'off-color';
|
||||||
|
const offColor = pkg.offColor;
|
||||||
|
|
||||||
export function derive(value, operation, argument, isDark) {
|
export function derive(value, operation, argument, isDark) {
|
||||||
const argumentAsNumber = parseInt(argument);
|
const argumentAsNumber = parseInt(argument);
|
||||||
|
Loading…
Reference in New Issue
Block a user