jest-scss-transform

v1.0.4
jest transform to support variables exported from scss and imported into js
jest transform transformer scss sass

build

npm run clean && npm run build:commonjs && npm run build:umd && npm run build:umd:min

build:commonjs

babel src --out-dir lib

build:umd

cross-env FILE_NAME=jest-scss-transform webpack

build:umd:min

cross-env NODE_ENV=production npm run build:umd

clean

rimraf lib dist

lint

npm run lint:src && npm run lint:example

lint:example

eslint example --ext .js

lint:src

eslint src --ext .js

posttest

npm run lint

prepare

npm run build

prepublishOnly

npm run test:badges && npm run build

release

npm publish

release:dry-run

npm publish --dry-run

test

jest

test:badges

npm run test:cov && jest-coverage-badges --output ./cov

test:cov

jest --coverage
npm i jest-scss-transform

Metadata

  • MIT
  • Whatever
  • Routable
  • released 8/29/2024

Downloads

Maintainers