UNPKG

themer

Version:

Customizable theme creator for editors, terminals, wallpaper, and more.

12 lines 380 B
import test from 'ava'; import themer from '../index.js'; test('slack', async (t) => { for await (const file of themer(['default'], ['warp'], { wallpaperSizes: [], })) { if (!file.path.includes('README.md')) { t.regex(file.content, /(?:darker|lighter)/, 'contains valid details value'); } } }); //# sourceMappingURL=warp.spec.js.map