mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Bump: Packages
This commit is contained in:
parent
00110fca89
commit
fff1b5b459
5 changed files with 354 additions and 184 deletions
|
|
@ -10,5 +10,8 @@ const sassTestFiles = glob.sync([pattern]);
|
|||
|
||||
// Run True on every file found with the describe and it methods provided
|
||||
sassTestFiles.forEach(file => {
|
||||
describe(file, () => sassTrue.runSass({ file }, { describe, it }));
|
||||
sassTrue.runSass(
|
||||
{describe, it},
|
||||
file
|
||||
);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue