mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
test: server
This commit is contained in:
parent
74f5eb0cae
commit
de41aec77d
1 changed files with 2 additions and 1 deletions
|
|
@ -13,8 +13,9 @@ test('themes: dev', (t) => {
|
|||
});
|
||||
|
||||
const css = fs.readFileSync(`${__dirname}/../css/themes/dark.css`, 'utf8');
|
||||
const result = themes.dark.includes(css);
|
||||
|
||||
t.match(themes.dark, css);
|
||||
t.ok(result);
|
||||
t.end();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue