Transformignorepatterns vitest github. You switched accounts on another tab or window.
Transformignorepatterns vitest github This is how Vite works. json of my project. However, if . Jan 19, 2022 · Saved searches Use saved searches to filter your results more quickly Jun 14, 2023 · Hello, first of all - thanks for this great library. (That part of the setup also works for me with Jest in ESM Mode) Jul 19, 2023 · Hello Redwood family! I have been happily building away on a redwood app for about 6 months now. 1 -> 3. Configuration options that are not supported inside a workspace project config have * sign next to them. 1, my Jest tests fail with: Test suite failed to run Jest encountered an unexpected token This usually means that you are trying to import a file which Jest cannot parse, e. nx/pa Aug 19, 2021 · Trying to configure transformIgnorePatterns to whitelist this module also proves impossible, as you have to also whitelist every dependency of the module which is a nightmare. 5. what i do know is we don't need to be type checking as part of the test process. The default value could be something like… { transformIgnorePatterns: ['node_modules/']; } Mar 9, 2023 · I had the same problem after updating to reanimated 3. - vitest-dev/vitest. 0 和 Node. VITEST). 10 Browsers: Chrome 76. When trying to upgrade d3-interpolate 2. Many WebComponent libraries do not ship CJS files. If you want to have a different configuration for testing or your main app doesn't rely on Vite specifically, you could either: Sep 29, 2021 · Description Angular package format v13 seems like it won't be shipping libraries as commonjs anymore and will only include esm bundles. ts 中,可以引入 @testing-library/jest-dom 。 I upgraded node-fetch to v3, and run jest test and I get: Jest encountered an unexpected token Jest failed to parse a file. I like mangleClassName idea. I have searched for existing issues that already include this feature request, without success. See coverage. But it's not required to use Vitest! Jest Compatible. Nov 30, 2022 · Saved searches Use saved searches to filter your results more quickly Nov 26, 2021 · Prerequisites I have read the Contributing Guidelines. Example for transformIgnorePatterns: Feb 20, 2022 · Saved searches Use saved searches to filter your results more quickly Oct 26, 2023 · Prerequisites I confirm my issue is not in the opened issues I confirm the Frequently Asked Questions didn't contain the answer to my issue Environment check I'm using the latest msw version I'm using Node. Jan 3, 2022 · You might have to tell @swc/jest to transform the files in node_modules by setting transformIgnorePatterns to an empty array. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not conf Mar 14, 2023 · 02. Dec 29, 2021 · this tells jest to transform the ky packages since jest only uses common js and both those packages use ESM. Mar 2, 2022 · You signed in with another tab or window. Vitest 1. This kind of requirement has been a must for any project I worked on in the past 8 years. js. Thanks for the suggestion @ewized. This software has been developed with lots of coffee, buy me one more cup to keep it going. Old setup: // My transformIgnorePatterns ended up getting really large which made me think I was doing something wrong. it's not View on GitHub. Therefore, you will need to make following configuration changes. 3809. 1 To enhance lerna in my project I have enabled yarn workspaces. Thanks! Be aware that node_modules is not transpiled with default config, the transformIgnorePatterns setting must be modified in order to do so. json Dec 12, 2023 · Current Behavior On a project that has unbuilt dependencies, and thus entries in jest transformIgnorePatterns, when running nx test on any project after migrating from nx 15. i am not sure how much of that is due to transpiling vs type checking. Currently i'm about switching from CRA scripts to Vite. EDIT: As suggested in a helpful comment, you can set an option such that importing expect / describe / it is not necessary. Jul 3, 2023 · Is there some kind of config setting? In Jest it's transformIgnorePatterns, I think. 2. e. 2, swiper ^ 7. The Vite config for how the names are created isn't useful because this behavior is desirable in production. gitignore 🐛 Bug Report I followed this and reported this issue here, however got this response: This is entirely related to your jest config, and has nothing to do with enzyme. js Nov 23, 2021 · It seems that it has less to do with the version of the dependencies. It stopped working after starting to use pnpm with no change on either code or config. js Compiler. Vitest does not. You switched accounts on another tab or window. Nov 22, 2021 · So, I finally found the issue on our end! It looks like jest memory consumption increased just enough with the ng 13 version update to cause the oom-killer to randomly kill a node process (whichever one made the request that pushed the container over the limit). @example/b will have a dependency on @example/a. No, all of my modules which are distributed as ESM are already listed there to be ignored. json file to `lib` folder to indicate contents are commonjs - Updates package exports field to point to the appropriate type Mar 11, 2020 · Out of the box, Create React App only supports overriding these Jest options: • clearMocks • collectCoverageFrom • coveragePathIgnorePatterns • coverageReporters • coverageThreshold • displayName • extraGlobals • globalSetup • globalTeardown • moduleNameMapper • resetMocks • resetModules • restoreMocks • snapshotSerializers • transform • transformIgnorePatterns Nov 22, 2022 · I don't believe Vitest has this issue due to using ESM transforms via Vite, but when using Jest its important to remember that it expects CommonJS files, but will not transform node_modules for you. SOLUTION 1: For Swiper 7-9 or newer versions: First add the swiper/css to jest's moduleNameMapper in package. I still get the same result. when your code or its dependencies use non-standard Jav Mar 20, 2023 · I follow the 'transformIgnorePatterns' suggested, installed 'babel/plugin-transform-runtime' add this line in babel config: "plugins": ["@babel/plugin-transform-runtime"] I ran my tests again and it worked!. 模拟对象 . ts 中,可以引入 @testing-library/jest-dom 。 Next generation testing framework powered by Vite. Topics Trending Collections Enterprise Dec 16, 2023 · after including the jest. json when when babel is configured using . See this gist on how to transition. Despite those efforts, you may still run into the following differences: Globals as a Default Jest has their globals API enabled by default. Have you written tests for Server Components apart from next-intl so far? Setting up test reporting and code coverage on Azure Devops pipelines in a js/ts project with jest - . inline css is not processed for me. Also can't find anything about configuring babel itself in jest docs. That's how it worked for us at least. My webpack was set up to support this and I had my imports set like they specify in the create react app section so when I would run yarn start (starting webpack dev server), it worked, but my jest tests would fail giving me errors along the lines of "Cannot use import statement outside a module". The unit testing story for using next-intl in Server Components hasn't been explored so far to be honest. To try to prep for v6 to be released I recently tried setting up my app to use vite by running yarn rw setup vite The yarn rw dev command seems to work great and is very snappy (yay!) I am getting errors with testing and Jan 10, 2020 · You signed in with another tab or window. The default value could be something like… { transformIgnorePatterns: ['node_modules/']; } Sep 20, 2021 · I suppose you are having issues with Swiper 7 or newer versions because Jest doesn't support ESM packages yet. You can see them here in the code. Help : Jul 25, 2021 · import { expect, describe, it } from "vitest"; Other than this, it's easy to forget I'm not simply using Jest. The main issue I see for not leveraging Vite itself for the transforms is that you won't get Vite plugin compatibility in Jest - e. Nov 9, 2022 · Adding the suggested transformIgnorePatterns makes no difference. Sep 20, 2021 · I suppose you are having issues with Swiper 7 or newer versions because Jest doesn't support ESM packages yet. Replace property If you want to modify the object, you will use replaceProperty API in Jest, you can use vi. Update the package. This can be acheived one of the following ways, depending on how you are defining your jest config: VITEST_JUNIT_CLASSNAME 和 VITEST_JUNIT_SUITE_NAME 环境变量(改用 reporter 选项) 检查 c8 覆盖率(使用 coverage-v8 代替) 从 vitest 导出 SnapshotEnvironment - 改为从 vitest/snapshot 导入; 删除 SpyInstance 改用 MockInstance; 迁移到 Vitest 1. index. Vite Powered. If you are using JSX, make sure to name the file with the . It took me days to get Jest to sort-of work. Jun 13, 2023 · In Vitest you sometimes need to configure deps. May 7, 2018 · @timarney Both this and #240 have the same root cause - although #240 is also affected by not passing even the permitted overrides into create-react-app. Vitest 下一代测试框架. Typically, excluding packages through this field is an indicator that the package onl Oct 25, 2020 · Babel uses the debug package to provide output for when configuration sources loaded (e. exclude. For further reading: Allow customization of Jest: transformIgnorePatterns facebook/create-react-app#2537 Oct 11, 2022 · To help anyone else in the future facing similar issues in other packages, I think the issue is that Jest 27 and below does not fully support package. You signed out in another tab or window. json file. when your code or its dependencies use non-standard Jav Next generation testing framework powered by Vite. This one is pretty unintuitive, at least on the first look, as the real use case involves double negation. VITEST. Edit: I've found that the unplugin-auto-import plugin works well with providing its own vite config to vitest. though I don't fully understand why. Jun 30, 2023 · In your case it's either transformIgnorePatterns or to mock the module. discussion here seems relevant: kulshekhar/ts-jest#822 2. Aug 27, 2018 · Here's what you can do: • To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config. Almost all went flawlessly until I encountered a test file which includes React context and I can't find solution to get it working. If the workspace is defined in the config manually, Vitest will ignore the vitest. the tests themselves have typecheck errors Nov 20, 2023 · Saved searches Use saved searches to filter your results more quickly Configuring Vitest Configuration . {js,ts,json} close to the config file or root; Path to a workspace config file relative to root. css, and their scss variants), image imports and next/font. Please let me know if I need to clarify anything else! Node. babelrc . Dec 14, 2023 · Thankyou, it ended up being easier to move to vitest in the end and have everything going through the same config, rather than having sperate configs for test and build Beta Was this translation helpful? The Jest philosophy is to work great by default, but sometimes you just need more configuration power. vue Expected Behavior Working smoothly with single file c Mar 31, 2022 · when moving the nrwl/react/babel preset to the root config and removing the nrwl/react jest plugin it works. I have tried most of the suggestions made here. Semi-related to this are the supports flags we pass (see CallerTransformOptions above), but those should be used within the transform to figure out if it should return ESM or CJS, and has no direct bearing on Under the hood, next/jest is automatically configuring Jest for you, including: Setting up transform using the Next. You can apply it conditionally (using mode or process. The global jest. json Jestの哲学はデフォルトでうまく動作することですが、時にはより細かい設定が必要になることもあります。 Vitest 中文文档. To test modules with side effects you’ll need to reset the module registry between tests: Improvements are welcome! Open an issue, or send a pull request. 8/15 and React #12723 Closed DominikPieper opened this issue Oct 20, 2022 · 7 comments · Fixed by #12614 Jun 28, 2023 · In vue3 using g2plot development run packaged version of all normal, recently in the supplemental unit test, found vitest run with chart drawing page component has been because of the introduction May 29, 2024 · Before you start - checklist I followed instructions in documentation written for my React-PDF version I have checked if this bug is not already reported I have checked if an issue is not listed in Known issues If I have a problem with P Nov 30, 2018 · First of all, thanks for bringing Jest to Angular! I previously had configured Jest in my Angular project by myself. stubEnv or vi. js, that are not rightly resolved. The MessageComponent renders to , completely ignoring the msg prop. Contribute to vitest-dev/docs-cn development by creating an account on GitHub. If your code has JSX, it should have jsx / tsx extension. json for the configuration Octokit v4 is an ESM-only module. inline, including all modules that lead to such a problem module, as Vitest doesn't transform after an inner import/require of a non-transformed module. Vitest is under more rapid development than Jest, as can be seen by the number of recent commits to the Vitest GitHub repo (opens in a new tab) compared to the Jest Hello, I am trying to migrate from Jest setup. jsx or . vue-jest (and other jest transformers) will ignore node_modules by default - it assumes people are distributing their projects using regular js. Failing test. Sep 14, 2021 · I upgraded node-fetch to v3, and run jest test and I get: Jest encountered an unexpected token Jest failed to parse a file. 1 使用框架: React 复现步骤 官网推荐使用jest进行单元测试,但就没有下文了 Aug 29, 2024 · We currently use vitest (as of 2024-12-29), instead of Jest in this repo, see the previous version of package. Dec 4, 2020 · PrimeVue probably should not be distributing vue files, but compiling things to regular js files. js altered with the new transformIgnorePatterns and transform configurations. Swiper works fine in the application itself, but when writing tests, Jest cannot find the component import {Swiper, SwiperSlide} from 'swiper / react'; Feb 20, 2019 · Please make sure you have read the submission guidelines before posting an issue Prerequisites Please answer the following questions for yourself before submitting an issue. May 25, 2022 · Saved searches Use saved searches to filter your results more quickly Vitest also exposes VITEST_WORKER_ID which is a unique ID of a running worker - this number is not affected by maxThreads, and will increase with each created worker. This happens e. js from the "transform" config property. setup. json file if you have initialized your project with Create Apr 23, 2023 · Here's what you can do: • To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config. env. if you add a Vite plugin that does some custom transforms, it won't apply to the Jest files. Oct 20, 2021 · Saved searches Use saved searches to filter your results more quickly Jun 14, 2017 · There are a ton of issues about this, and after two hours of reading through them all, I still wasn't able to get a sense of the state of things. After some investigation testing a real component, it turns out the props given i Vitest 中文文档. Motivation Currently, we need to transform modules in node_modules, for code that is published as raw ES6, code published as raw TypeScript, or code published as raw Jan 8, 2019 · Hi, First of all, I'm sorry if this is not the right place. but for whatever reason it's unable to run the tests because of this top level await even though we are using node v16 which has top level await support. 0 最低要求 . vitest will read your root vite. js and the code from the official docs and installing undici. Oct 20, 2018 · - adding ts-jest & friends - poorting test files to typescript notes: 1. js 18 或更高 Next generation testing framework powered by Vite. - Releases · vitest-dev/vitest I upgraded node-fetch to v3, and run jest test and I get: Jest encountered an unexpected token Jest failed to parse a file. Hi. Sep 30, 2024 · Vitest, meanwhile, offers support for React Native using the vitest-react-native (opens in a new tab) library, which is developed by a Vitest team member and is a work in progress. . Oct 30, 2023 · So, one way to have a quick fix is to update jest config "transformIgnorePatterns" to fail (not ignore) if it sees esm. Likely the latter because you are supposed to mock every unit except the unit that you test Jul 20, 2020 · Hi @fokke-m, these warnings are purely to inform you that something was different than we otherwise would expect. Oct 9, 2018 · Is there a possibility to debug JEST tests in VSCode? Unfortunately we could not find a setup, where the test stops at a breakpoint. 0. 15. When running jest on @example/b it fails to run due to ESM syntax. React-app-rewired merges any array or object values defined in package. js file extension, as required by node16 resolution - Includes type declaration files from lib folder in package publish - Adds package. When you use transformIgnorePatterns, you instruct Jest where to run babel. Find and fix vulnerabilities Actions 配置中,将 transformIgnorePatterns 设置为了空数组,意味着所有的文件都会经过编译,如果你希望提升测试运行的速度,可以按需配置。 setupFilesAfterEnv 会在启动时执行,在 jest. Oct 30, 2017 · It only works if you use the transformIgnorePatterns but that will raise the following error: so you need to eject - then you can use the advanced jest config and it will run through. 13. js will be transformed with babelTransform. For me, the problem was that I had previously added react-native-reanimated to "transformIgnorePatterns" in the "jest" section in package. Sep 30, 2024 · With ES module, TypeScript, JSX, and PostCSS support out of the box, Vitest is the right choice for almost every modern JavaScript app. Vitest has been designed with a Jest compatible API, in order to make the migration from Jest as simple as possible. I had actually tried that suggestion prior to posting this issue since it seems to have worked for some cases. Since then transformIgnorePatterns does not seem to be able to resolve node_modules at the root. babelrc is converted to babel. Saved searches Use saved searches to filter your results more quickly Contribute to sakabe005/test_test01 development by creating an account on GitHub. json), along with some lower-level tracing of the actual transpiling. tsx extension. Jan 10, 2023 · The transformIgnorePatterns. js version 18 or higher Node. This property takes a regex pattern as its value: This property takes a regex pattern as its value: Use Vitest. Things have gone pretty smoothly and I have kept an eye on upcoming changes. Further detail here: https://vitest. config. babel. js but still pass if it sees i. because that preset should still be applied for the and I can see it getting invoked when in the babelrc, and again when in the root babel. With this fix, your index-esm. 6 to 17. This is just another workaround. Right now if you try and use an esm node_module inside of a jest unit test it doesn't work. Jun 23, 2022 · Current Behavior Running nx test in an @nrwl/expo:library fails with SyntaxError: Cannot use import statement outside a module Expected Behavior To be able to run test Steps to Reproduce Run npx create-nx-workspace@latest --packageManage Dec 29, 2023 · Saved searches Use saved searches to filter your results more quickly Jan 16, 2018 · Jest v22. vitest has 3 repositories available. tests take a bit longer now. 4 days ago · You can transpile node modules your project uses by configuring transformIgnorePatterns in your package. Manage code changes Jul 20, 2020 · Hi @fokke-m, these warnings are purely to inform you that something was different than we otherwise would expect. workspace file in the root. 1. The second tool in our toolbox is the transformIgnorePatterns configuration property. Expected behavior Test should run without having trouble importing the file Next generation testing framework powered by Vite. Jan 24, 2017 · Do you want to request a feature or report a bug? bug (apparently) I'm not really sure, if the jest-config of a react-native project was created by RN-teams or if it belongs always to jest. In order to use lodash-es, I had to set transformIgnorePatterns to inlude the path to lodash-es: "jest": { "preset": "je Mar 7, 2022 · Saved searches Use saved searches to filter your results more quickly Environment Vuetify Version: 1. Feb 28, 2023 · Hey @tommaton and thanks for the question!. dev/guide/. The same jest config used before switching to yarn workspace: "j Jan 18, 2021 · Saved searches Use saved searches to filter your results more quickly Hey, I've been struggling with this all day but have finally found the solution. Oct 18, 2024 · You signed in with another tab or window. Everything runs fine if client started However, if i start any tests using Jest (or Vite Jun 18, 2021 · 🐛 Bug Report I keep getting the "Jest encountered an unexpected token" and I've tried a bunch of the fixes recommended online including: adding transformIgnorePatterns to both of these: transformIg Hey @flexwie, it may be unrelated, but some of your @nrwl/* packages don't line up with the version of nx you have installed. It's not recommended to manually override some of these properties because they might change when we release a new SDK. It seems that some Jest config options are now available: #1830 Please make transformIgnore We recommend Vitest for unit testing since Vitest natively supports ES modules. 一个原生支持 Vite 的测试框架。非常快速! Feb 1, 2021 · 相关平台 微信小程序 小程序基础库: 2. If you are using Jest for unit testing, you might encounter some issues since Jest does not support ES modules by default. Default: vitest. I have the error: ReferenceError: ReadableStream is not defined when I try to execute a test. - Releases · vitest-dev/vitest Mar 20, 2023 · I follow the 'transformIgnorePatterns' suggested, installed 'babel/plugin-transform-runtime' add this line in babel config: "plugins": ["@babel/plugin-transform-runtime"] I ran my tests again and it worked! 🐛 Bug Report Jest fails to respect the transformIgnorePatterns setting in package. Follow their code on GitHub. 6. (It's not a require/loader hook like Jest ATM). 100 OS: Mac OS 10. I've had success with regular expressions using windows directory separators, as well as unix directory separators, but not both in the array of transformIgnorePatterns in the package. Sep 16, 2022 · This could be a temporary workaround until babel configs are fixed. May 6, 2022 · Swiper 8 and Jest (support ESM) Must use import to load ES Module enter image description here enter image description here How we can solve if I need to keep swiper 8 (without downgrade) May 3, 2022 · You signed in with another tab or window. ; Auto mocking stylesheets (. At Speakeasy, we’ve tried both Jest and Vitest, and ultimately chose Vitest – even without Vite in our setup. 16 Vue Version: 2. Sep 18, 2023 · Type resolution is broken for node16 resolution type due to several issues, this PR: - Updates all relative imports to include . babelrc. I found Jest to be quite painful to install correctly, whereas Vitest works out of the box without any config. Mar 16, 2023 · Saved searches Use saved searches to filter your results more quickly Jan 10, 2022 · The deprecation warnings of sass shown in terminal indicates that vitest still process sass code of Vuetify Can you provide a reproduction with working tests and not working css processing? If I add vuetify to deps. css, . g. I am trying to run my test suite while using the Monaco editor. When using coverage, Vitest automatically adds test files include patterns to coverage's default exclude patterns. I had Vitest working immediately after installation. Feb 6, 2023 · Error: Failed to parse source for import analysis because the content contains invalid JS syntax. 在编写测试时,迟早会需要创建一个内部或外部服务的 "fake" 版本。这通常被称为mocking。Vitest 通过其 vi 辅助工具提供了实用函数来帮助您。 Jul 13, 2017 · transformIgnorePatterns does not support both Windows and Unix systems together. Vitest also doesn't know about the magic auto-imports, so I think it would be nice if Nuxt3 exposed a method that we can call in vitest for this. Since Vitest 3, you can also define the workspace array in the root config. Reload to refresh your session. Closes #2275 This PR updates our transformIgnorePatterns config in Jest to not exclude modules in node_modules. polyfills. json with the original values from create-react-app (react-scripts package) instead of overwriting them. spyOn to do the same also in Vitest. Feb 23, 2024 · これがVitestではVITEST_POOL_IDという名前に変わっている。 ただYamada UIでは環境変数 JEST_WORKER_ID を一切参照していないのでスキップする。 koralle 2024/02/23 May 19, 2022 · @pavelfeldman we are basically asking for an option similar to transformIgnorePatterns in Jest, or exclude in webpack and esbuild. Oct 2, 2022 · To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config. Aside from @nrwl/nx-cloud, all packages under the nrwl scope should generally be set up with the same version. When testing in Jest, we need to set "transformIgnorePatterns": [] in our jest config, otherwise a SyntaxError: Cannot use import statement outside a module will cause the tests to fail. Contribute to sakabe005/test_test01 development by creating an account on GitHub. json exports (see Jest 28 blog post) Nov 29, 2024 · Saved searches Use saved searches to filter your results more quickly Jun 19, 2022 · process. GitHub community articles Repositories. 配置中,将 transformIgnorePatterns 设置为了空数组,意味着所有的文件都会经过编译,如果你希望提升测试运行的速度,可以按需配置。 setupFilesAfterEnv 会在启动时执行,在 jest. Dec 13, 2019 · I have the same problem, but in my case it's linked to the paths added in transformIgnorePatterns, in jest. module. I am using next v11. This is my personal experience. I had an issue in which my unit tests were running just fine on my machine but failing on jenkins, your solution caused jest to give me a warning saying that globals are deprecated and then the tests took forever, I removed the globals and ended up with: Oct 1, 2022 · Current Behavior I want to independently publish @example/a and @example/b. • If you need a custom transformation specify a "transform" option in your config. but i did not have luck disabling that. Reuse Vite's config and plugins - consistent across your app and tests. ん、Jest実行時に自動でbabel実行されるの? Jestは実行時にコードの変換を行ってくれるtransfomerが存在し、Babelによる変換処理を行うbabel-jestがDefaultのtransformerに設定されている。 Философия Jest'а заключается в идеальном функционале "из коробки", но иногда вам нужно Nov 22, 2022 · I don't believe Vitest has this issue due to using ESM transforms via Vite, but when using Jest its important to remember that it expects CommonJS files, but will not transform node_modules for you. ts when it is present to match with the plugins and setup as your Vite app. 0 Steps to reproduce yarn install yarn test:unit to serve vue serve src/dev. js has been altered during migration, but the the projects in the workspace have not had their jest. 0 需要 Vite 5. isolate Type: boolean Sep 25, 2019 · 🚀 Feature Proposal Allow a means to white list transformIgnorePatterns. I'ts like @dean-g pointed out. 2, I get the fo Jestの哲学はデフォルトでうまく動作することですが、時にはより細かい設定が必要になることもあります。 Jul 6, 2022 · Describe the bug The literal example from the Getting Started page doesn't work. js and Vitest cache modules you import. js then Jest runs just fine. {workspace,projects}. Oct 20, 2022 · Jest option "transformIgnorePatterns" don't work with Nx 14. In the end I converted them to use vitest since that's what the Remix Stacks use. . json. Jan 5, 2021 · You signed in with another tab or window. I agree to follow the Code of Conduct. A list of glob patterns that match your test files. So you have a file without the correct extension somewhere. Likely the latter because you are supposed to mock every unit except the unit that you test Write better code with AI Code review. I'm at a loss, and there are many parts involved in my question. inff gaag dipuixj lzocsgi lubjqrl yftupt jaykdtlz xvrjq zazl yjmo ibjit gyyg tdokv viizdf zyxz