Skip to content

Commit

Permalink
set up todos
Browse files Browse the repository at this point in the history
  • Loading branch information
mhkeller committed Mar 21, 2023
1 parent 40933d3 commit b2c264e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/x_getDisplay.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ const rows = [
{ args: [defaults, ['red'], {}], expected: { ...defaults.baseDisplay, messageStyle: ['red'], desktop: false } },
{ args: [defaults, ['bold'], []], expected: { ...defaults.baseDisplay, messageStyle: ['bold'], desktop: false } },
{ args: [defaults, ['bold', 'blue'], ''], expected: { ...defaults.baseDisplay, messageStyle: ['bold', 'blue'], desktop: false } },

// Setting an object


// Setting an object and desktop
];

describe(name, () => {
Expand Down

0 comments on commit b2c264e

Please sign in to comment.