Skip to content

Commit

Permalink
include css variables in test harness
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnC-80 committed Apr 17, 2024
1 parent d17a650 commit 87ed828
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Harness.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { Provider } from 'react-redux';
import { createStore, combineReducers } from 'redux';

import translations from '../translations/stripes-components/en';
import "../lib/variables.css";

const reducers = {
form: formReducer,
Expand Down

0 comments on commit 87ed828

Please sign in to comment.