Skip to content

Releases: johannschopplich/nitro-test-utils

v0.10.1

31 Oct 07:35

Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.10.0

30 Oct 17:09

Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.9.4

01 Oct 09:52

Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.9.3

01 Oct 09:18

Choose a tag to compare

   🏎 Performance

    View changes on GitHub

v0.9.2

02 Apr 14:32

Choose a tag to compare

No significant changes

    View changes on GitHub

v0.9.1

03 Feb 06:43

Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.9.0

02 Oct 17:02

Choose a tag to compare

   🚨 Breaking Changes

   🚀 Features

    View changes on GitHub

v0.8.2

29 Aug 12:11

Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.8.1

29 Aug 12:06

Choose a tag to compare

   🏎 Performance

    View changes on GitHub

v0.8.0

29 Aug 11:13

Choose a tag to compare

Migration

The Nitro test utilities have been rewritten to provide flexible Nitro setups per test suite. The global Nitro setup was previously implicit and is now explicit. To upgrade and keep the same testing behavior, add the global option to the Nitro configuration in the vitest.config.ts file:

import { defineConfig } from 'nitro-test-utils/config'

export default defineConfig({
  nitro: {
+    global: true
  }
})

Changes

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub