Bump: Packages

This commit is contained in:
alstjr7375 2023-01-01 21:37:21 +09:00
parent 00110fca89
commit fff1b5b459
5 changed files with 354 additions and 184 deletions

View file

@ -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
);
});