meteor-leaderboard-tinytest:使用Tinytest无需任何额外的程序包即可测试Meteor应用程序

时间:2024-05-19 07:07:00
【文件属性】:

文件名称:meteor-leaderboard-tinytest:使用Tinytest无需任何额外的程序包即可测试Meteor应用程序

文件大小:11KB

文件格式:ZIP

更新时间:2024-05-19 07:07:00

CSS

Tinytest与应用程序示例 以前,我创建了一个,该可以使用一点点PhantomJS魔术从您的Meteor应用程序内部执行Tinytest。 在这个例子中,我展示了如何使用Tinytest来测试一个没有任何额外程序包的应用程序。 首先在您的应用目录中创建一个package.js文件。 将您的应用程序描述为一个程序包,但一开始就包含以下行,以便在不进行测试时跳过解析: if ( typeof Meteor !== 'undefined' ) return ; 将测试文件放在tests目录中,以将其从Meteor应用程序中排除。 您可以从同一目录同时运行测试套件和应用程序。 $ git clone https://github.com/numtel/meteor-leaderboard-tinytest.git $ cd meteor-leaderboard-tinytest


【文件预览】:
meteor-leaderboard-tinytest-master
----.gitignore(44B)
----package.js(772B)
----.travis.yml(95B)
----LICENSE(1KB)
----leaderboard.html(968B)
----leaderboard.js(1KB)
----README.md(3KB)
----.meteor()
--------.gitignore(6B)
--------.finished-upgraders(460B)
--------cordova-plugins(0B)
--------release(13B)
--------packages(322B)
--------.id(321B)
--------versions(1KB)
--------platforms(27B)
----tests()
--------leaderboard.js(495B)
----versions.json(1KB)
----leaderboard.css(4KB)

网友评论