UNPKG

@furman1331/page-scroller

Version:

Amazing plugin for creating smooth scroll on your website

11 lines (10 loc) 295 B
/** @type {import('ts-jest').JestConfigWithTsJest} */ module.exports = { preset: 'ts-jest', testEnvironment: 'jsdom', testMatch: ['**/__tests__/**/*.(spec|test).ts?(x)'], moduleNameMapper: { '^@/(.*)$': '<rootDir>/src/$1', '\\.(css|less|scss|sass)$': "identity-obj-proxy" } };