Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(558)

Side by Side Diff: third_party/qunit/README.chromium

Issue 2459393002: qunit, sinonjs: Set "License File" in README.chromium (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/sinonjs/README.chromium » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: QUnit 1 Name: QUnit
2 Short Name: QUnit 2 Short Name: QUnit
3 URL: https://github.com/jquery/qunit 3 URL: https://github.com/jquery/qunit
4 Version: 1.17.1 4 Version: 1.17.1
5 License: MIT 5 License: MIT
6 License File: NOT_SHIPPED
6 Security Critical: no 7 Security Critical: no
7 8
8 Description: 9 Description:
9 QUnit is a powerful, easy-to-use, JavaScript unit testing framework. It's used 10 QUnit is a powerful, easy-to-use, JavaScript unit testing framework. It's used
10 by the jQuery project to test its code and plugins but is capable of testing any 11 by the jQuery project to test its code and plugins but is capable of testing any
11 generic JavaScript code (and even capable of testing JavaScript code on the 12 generic JavaScript code (and even capable of testing JavaScript code on the
12 server-side). 13 server-side).
13 14
14 QUnit is especially useful for regression testing: Whenever a bug is reported, 15 QUnit is especially useful for regression testing: Whenever a bug is reported,
15 write a test that asserts the existence of that particular bug. Then fix it and 16 write a test that asserts the existence of that particular bug. Then fix it and
(...skipping 10 matching lines...) Expand all
26 e.g. with its stop/start facilities for testing asynchronous code. 27 e.g. with its stop/start facilities for testing asynchronous code.
27 28
28 It is currently used by the chrome remote desktop team for JavaScript unit 29 It is currently used by the chrome remote desktop team for JavaScript unit
29 testing. 30 testing.
30 31
31 Local Modifications: 32 Local Modifications:
32 No Modifications is made to src/qunit.js. 33 No Modifications is made to src/qunit.js.
33 src/browser_test_harness.js is added to enable running the QUnit test suite on 34 src/browser_test_harness.js is added to enable running the QUnit test suite on
34 try bots using the chromium browser test infrastructure. It also automatically 35 try bots using the chromium browser test infrastructure. It also automatically
35 fails a test case if it doesn't return within a timeout of 5 seconds. 36 fails a test case if it doesn't return within a timeout of 5 seconds.
OLDNEW
« no previous file with comments | « no previous file | third_party/sinonjs/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698