Skip to content

Commit

Permalink
Merge pull request #126 from trustpilot/fix-abtestui
Browse files Browse the repository at this point in the history
feat: fix abtestui overlay
  • Loading branch information
kamilkifer authored Jun 4, 2024
2 parents 69bbc22 + 248f16e commit 1cf6169
Show file tree
Hide file tree
Showing 14 changed files with 14,150 additions and 12,590 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.18.0
v20
1 change: 1 addition & 0 deletions config/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const path = require('path');

module.exports = {
testEnvironment: "jsdom",
collectCoverage: true,
preset: 'ts-jest',
rootDir: path.resolve(__dirname, '..'),
Expand Down
2 changes: 1 addition & 1 deletion config/webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = {
}, {
test: /\.css$/,
use: [{
loader: 'css-to-string-loader'
loader: 'to-string-loader'
}, {
loader: 'css-loader'
}]
Expand Down
Loading

0 comments on commit 1cf6169

Please sign in to comment.