Removed unused test code; Removed unused npm package.

This commit is contained in:
2022-09-09 08:13:02 -07:00
parent 5c0ef1f46c
commit 4ec6d502aa
2 changed files with 1 additions and 6 deletions

View File

@@ -2,7 +2,6 @@ import { Meteor } from 'meteor/meteor';
import React, { useState, useEffect } from 'react';
import { useTracker } from 'meteor/react-meteor-data';
import _ from 'lodash';
// import queryString from 'query-string'
import {Link, useSearchParams} from "react-router-dom";
const RenderUsage = ({data}) => {

View File

@@ -4,8 +4,6 @@
"scripts": {
"start": "meteor run",
"build": "npm install --omit=dev && meteor build --architecture os.linux.x86_64 --server-only ../",
"test": "meteor test --once --driver-package meteortesting:mocha",
"test-app": "TEST_WATCH=1 meteor test --full-app --driver-package meteortesting:mocha",
"visualize": "meteor --production --extra-packages bundle-visualizer"
},
"dependencies": {
@@ -24,7 +22,6 @@
"meteor-node-stubs": "^1.0.0",
"moment": "^2.29.2",
"mongodb": "^4.4.1",
"query-string": "^7.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0",
@@ -38,8 +35,7 @@
"mainModule": {
"client": "client/main.jsx",
"server": "server/main.js"
},
"testModule": "tests/main.js"
}
},
"devDependencies": {
"chai": "^4.2.0"