Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
developerkunal committed Jun 21, 2024
1 parent b3e4cdc commit 10a67ab
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/tools/auth0/handlers/themes.tests.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import chai, { expect ,assert} from 'chai';
import chaiAsPromised from 'chai-as-promised';
const { expect, assert } = require('chai');
const { omit, cloneDeep } = require('lodash');
const { default: ThemesHandler } = require('../../../../src/tools/auth0/handlers/themes');

chai.use(chaiAsPromised);

function stub() {
const s = function (...args) {
s.callCount += 1;
Expand Down Expand Up @@ -59,7 +56,6 @@ const mockTheme = ({ withThemeId } = {}) => {
header: '#FF00CC',
icons: '#FF00CC',
input_background: '#FF00CC',
captcha_widget_theme: 'dark',
input_border: '#FF00CC',
input_filled_text: '#FF00CC',
input_labels_placeholders: '#FF00CC',
Expand Down

0 comments on commit 10a67ab

Please sign in to comment.