We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://codesandbox.io/p/sandbox/dnfw9v?file=/src/App.jsx
I use "swiper": "^11.0.4". When i run test i get this error
my jest.config `import type { Config } from 'jest';
const config: Config = { clearMocks: true, coverageDirectory: './', coverageReporters: ['cobertura', 'text'], testEnvironment: 'jsdom', moduleDirectories: ['node_modules'], testMatch: [ // "/tests//.[jt]s?(x)", // "**/?(.)+(spec|test).[tj]s?(x)" 'src/**/(.)@(spec|test).[tj]s?(x)', ], moduleFileExtensions: ['js', 'mjs', 'cjs', 'jsx', 'ts', 'tsx', 'json', 'node'],
modulePaths: ['src'], setupFilesAfterEnv: ['setupTests.ts'], };
export default config; `
No response
11.0.4
macOs, Chrome
The text was updated successfully, but these errors were encountered:
Do you want to ask a question? Are you looking for support? Stack Overflow or Swiper Discussions is the best places for getting support
Please, don't use GitHub issues for questions
Sorry, something went wrong.
No branches or pull requests
Check that this is really a bug
Reproduction link
https://codesandbox.io/p/sandbox/dnfw9v?file=/src/App.jsx
Bug description
I use "swiper": "^11.0.4".
When i run test i get this error
my jest.config
`import type { Config } from 'jest';
const config: Config = {
clearMocks: true,
coverageDirectory: './',
coverageReporters: ['cobertura', 'text'],
testEnvironment: 'jsdom',
moduleDirectories: ['node_modules'],
testMatch: [
// "/tests//.[jt]s?(x)",
// "**/?(.)+(spec|test).[tj]s?(x)"
'src/**/(.)@(spec|test).[tj]s?(x)',
],
moduleFileExtensions: ['js', 'mjs', 'cjs', 'jsx', 'ts', 'tsx', 'json', 'node'],
modulePaths: ['src'],
setupFilesAfterEnv: ['setupTests.ts'],
};
export default config;
`
Expected Behavior
No response
Actual Behavior
No response
Swiper version
11.0.4
Platform/Target and Browser Versions
macOs, Chrome
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: