You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@magnet.me/magnet-test-utils

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magnet.me/magnet-test-utils

Set of test utilities for Magnet.me front-end projects

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Collection of test utilities for Magnet.me frontend projects.

Usage

npm install magnet-test-utils --save-dev

In your karma.conf:

var testUtils = require('magnet-test-utils');

module.exports = function(config) {
	return {
		files : testUtils.files.concat([
			//your files here
		])
	};
};

FAQs

Package last updated on 14 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts