Use sass instead of node-sass (#354)

This commit is contained in:
folex
2022-07-06 00:59:43 +04:00
committed by GitHub
parent 37f3b0777f
commit a2002458d2
8 changed files with 1048 additions and 799 deletions

View File

@ -1,5 +1,4 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testPathIgnorePatterns: ['dist'],
};