spy
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm.at.vitest</groupId>
<artifactId>spy</artifactId>
<version>4.1.5</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>4.1.5</version>
<name>vitest spy</name>
<description>Lightweight Jest compatible spy implementation</description>
<url>https://vitest.dev/api/mock</url>
<organization>
<name>vitest spy</name>
<url>https://vitest.dev/api/mock</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>yyx990803</name>
<email>yyx990803@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>
</project>