Skip to content

Commit 6e0c65e

Browse files
freshp86Commit bot
authored and
Commit bot
committed
Adding src/third_party/chaijs (Javascript assertion library).
Review URL: https://codereview.chromium.org/1468253004 Cr-Commit-Position: refs/heads/master@{#362860}
1 parent d212eff commit 6e0c65e

File tree

4 files changed

+5900
-0
lines changed

4 files changed

+5900
-0
lines changed

third_party/chaijs/LICENSE

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
(Copied from https://github.com/chaijs/chai/blob/master/README.md).
2+
--------------------------------------------------------------------------------
3+
Copyright (c) 2011-2015 Jake Luer jake@alogicalparadox.com
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6+
7+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8+
9+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

third_party/chaijs/OWNERS

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
dpapad@chromium.org
2+
dbeam@chromium.org

third_party/chaijs/README.chromium

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Name: Chai Assertion Library
2+
Short Name: chai
3+
URL: https://github.com/chaijs/chai
4+
Version: 3.4.1
5+
Revision: 12bfdd17648e2b3e11d64e5b926007a6d84bfbe8
6+
Date: Mon Nov 23 17:06:02 2015 +0000
7+
License: MIT
8+
License File: NOT_SHIPPED
9+
Security Critical: no
10+
11+
Description:
12+
BDD / TDD assertion framework for node.js and the browser that can be
13+
paired with any testing framework.
14+
15+
Local Modifications:
16+
Copied license text out of README.md.

0 commit comments

Comments
 (0)