Merge branch 'themes3' into shigusegubu-themes3
This commit is contained in:
commit
d925feddfe
2 changed files with 4 additions and 3 deletions
|
@ -91,7 +91,6 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
.emoji-reaction-count-button {
|
.emoji-reaction-count-button {
|
||||||
background-color: var(--btn);
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border-top-left-radius: 0;
|
border-top-left-radius: 0;
|
||||||
|
|
|
@ -9,7 +9,7 @@ import {
|
||||||
basePaletteKeys
|
basePaletteKeys
|
||||||
} from 'src/services/theme_data/theme2_to_theme3.js'
|
} from 'src/services/theme_data/theme2_to_theme3.js'
|
||||||
|
|
||||||
describe.only('Theme Data 3', () => {
|
describe('Theme Data 3', () => {
|
||||||
describe('getAllPossibleCombinations', () => {
|
describe('getAllPossibleCombinations', () => {
|
||||||
it('test simple 3 values case', () => {
|
it('test simple 3 values case', () => {
|
||||||
const out = getAllPossibleCombinations([1, 2, 3]).map(x => x.sort((a, b) => a - b))
|
const out = getAllPossibleCombinations([1, 2, 3]).map(x => x.sort((a, b) => a - b))
|
||||||
|
@ -62,7 +62,9 @@ describe.only('Theme Data 3', () => {
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('init', () => {
|
describe('init', function () {
|
||||||
|
this.timeout(5000)
|
||||||
|
|
||||||
it('Test initialization without anything', () => {
|
it('Test initialization without anything', () => {
|
||||||
const out = init([], '#DEADAF')
|
const out = init([], '#DEADAF')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue