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

Unified Diff: test/js_test_tools/chai/component.json

Issue 1243503007: fixes #221, initial sync*, async, async* implementation (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 5 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/js_test_tools/chai/chai.js ('k') | test/js_test_tools/chai/karma.conf.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/js_test_tools/chai/component.json
diff --git a/test/js_test_tools/chai/component.json b/test/js_test_tools/chai/component.json
deleted file mode 100644
index 33a867c744cb7233c7260739f405515460d060f2..0000000000000000000000000000000000000000
--- a/test/js_test_tools/chai/component.json
+++ /dev/null
@@ -1,49 +0,0 @@
-{
- "name": "chai"
- , "repo": "chaijs/chai"
- , "version": "1.9.1"
- , "description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic."
- , "license": "MIT"
- , "keywords": [
- "test"
- , "assertion"
- , "assert"
- , "testing"
- , "chai"
- ]
- , "main": "index.js"
- , "scripts": [
- "index.js"
- , "lib/chai.js"
- , "lib/chai/assertion.js"
- , "lib/chai/config.js"
- , "lib/chai/core/assertions.js"
- , "lib/chai/interface/assert.js"
- , "lib/chai/interface/expect.js"
- , "lib/chai/interface/should.js"
- , "lib/chai/utils/addChainableMethod.js"
- , "lib/chai/utils/addMethod.js"
- , "lib/chai/utils/addProperty.js"
- , "lib/chai/utils/flag.js"
- , "lib/chai/utils/getActual.js"
- , "lib/chai/utils/getEnumerableProperties.js"
- , "lib/chai/utils/getMessage.js"
- , "lib/chai/utils/getName.js"
- , "lib/chai/utils/getPathValue.js"
- , "lib/chai/utils/getProperties.js"
- , "lib/chai/utils/index.js"
- , "lib/chai/utils/inspect.js"
- , "lib/chai/utils/objDisplay.js"
- , "lib/chai/utils/overwriteMethod.js"
- , "lib/chai/utils/overwriteProperty.js"
- , "lib/chai/utils/overwriteChainableMethod.js"
- , "lib/chai/utils/test.js"
- , "lib/chai/utils/transferFlags.js"
- , "lib/chai/utils/type.js"
- ]
- , "dependencies": {
- "chaijs/assertion-error": "1.0.0"
- , "chaijs/deep-eql": "0.1.3"
- }
- , "development": {}
-}
« no previous file with comments | « test/js_test_tools/chai/chai.js ('k') | test/js_test_tools/chai/karma.conf.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698