spy
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm.at.vitest</groupId>
<artifactId>spy</artifactId>
<version>3.2.4</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mvnpm.at.vitest</groupId>
<artifactId>spy</artifactId>
<version>3.2.4</version>
<name>vitest spy</name>
<description>Lightweight Jest compatible spy implementation</description>
<url>https://github.com/vitest-dev/vitest/tree/main/packages/spy#readme</url>
<organization>
<name>vitest spy</name>
<url>https://github.com/vitest-dev/vitest/tree/main/packages/spy#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>antfu</name>
<email>anthonyfu117@hotmail.com</email>
</developer>
<developer>
<name>patak</name>
<email>hey.patak@gmail.com</email>
</developer>
<developer>
<name>oreanno</name>
<email>foxzdavinci@gmail.com</email>
</developer>
<developer>
<name>vitestbot</name>
<email>vitest.dev@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/vitest-dev/vitest.git</connection>
<developerConnection>https://github.com/vitest-dev/vitest.git</developerConnection>
<url>https://github.com/vitest-dev/vitest</url>
</scm>
<issueManagement>
<url>https://github.com/vitest-dev/vitest/issues</url>
</issueManagement>
<properties>
<org.mvnpm-tinyspy.version>[4.0.3,5)</org.mvnpm-tinyspy.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>tinyspy</artifactId>
<version>${org.mvnpm-tinyspy.version}</version>
</dependency>
</dependencies>
</project>