Skip to content

Commit

Permalink
fix: tests running
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Apr 15, 2024
1 parent 326b742 commit fff28f1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 12 deletions.
4 changes: 2 additions & 2 deletions tests/.meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ insecure@1.0.8-beta300.0 # Allow all DB writes from clients (for
underscore@1.0.14-beta300.0
dynamic-import@0.7.4-beta300.0

aldeed:simple-schema@1.13.1
aldeed:collection2@4.0.0-beta.7
aldeed:simple-schema
aldeed:collection2@4.0.0
meteortesting:mocha@3.1.0-beta300.0
meteortesting:mocha-core@8.3.0-beta300.0
6 changes: 3 additions & 3 deletions tests/.meteor/versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aldeed:collection2@4.0.0
aldeed:simple-schema@1.13.1
aldeed:collection2@4.0.1
aldeed:simple-schema@2.0.0-beta300.0
allow-deny@2.0.0-beta300.0
autopublish@1.0.8-beta300.0
autoupdate@2.0.0-beta300.0
Expand Down Expand Up @@ -35,7 +35,7 @@ jquery@3.0.0
logging@1.3.3-beta300.0
meteor@2.0.0-beta300.0
meteor-base@1.5.2-beta300.0
meteortesting:browser-tests@1.6.0-beta300.0
meteortesting:browser-tests@1.5.3
meteortesting:mocha@2.1.0
meteortesting:mocha-core@8.3.1-beta300.0
minifier-css@2.0.0-beta300.0
Expand Down
7 changes: 2 additions & 5 deletions tests/autoValue.tests.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
import 'meteor/aldeed:collection2/dynamic';
/* eslint-env mocha */
import 'meteor/aldeed:collection2/static';
import { Meteor } from 'meteor/meteor';
import expect from 'expect';
import { Mongo } from 'meteor/mongo';
import SimpleSchema from "meteor/aldeed:simple-schema";
import { callMongoMethod } from './helper';

/* global describe, it */

Collection2.load();

const collection = new Mongo.Collection('autoValueTestCollection');
const localCollection = new Mongo.Collection('autoValueTestLocalCollection', {
connection: null
Expand Down
12 changes: 10 additions & 2 deletions tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fff28f1

Please sign in to comment.