Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(karma): Fix issue regarding escape quotes #1

Closed
wants to merge 51 commits into from

Conversation

Moumi
Copy link

@Moumi Moumi commented Feb 28, 2016

This PR contains the fix for issue karma-runner#1876. Requires a review!

dignifiedquire and others added 30 commits February 12, 2016 15:37
This allows to pass this option to socket.io which is needed to support IE7-9.
…dding-no-colors-to-run-command"

This reverts commit 56073fc, reversing
changes made to b7d591f.

Fixes karma-runner#1894, karma-runner#1895
revert: "Merge pull request karma-runner#1791 from budde377/feature-adding-no-col…
feat(server): add 'listening' event with port number
There is no way to resolve them in this case anyway. Fixes karma-runner#1274.
Before, the exception was thrown in MockSourceMapConsumer's
constructor and not in its originalPositionFor() function,
which however was the expected thing to happen.
…mber-no-source-map

fix(reporter): Disable source maps for URLs without line number
…cted-exception

fix(test): Throw the expected exception
chore(dependencies): update bluebird v.3
…lint-2.2.0

eslint@2.2.0 breaks build ⚠️
…lint-plugin-react-4.0.0

Update eslint-plugin-react to version 4.0.0 🚀
Add detached mode using the `karma start --detached` command.
Add middleware for stopping a server (detached or not).
Described the detached option.
Add the `stopper`  as a command to the public API allowing for enabling users to
programically terminate a running server.
budde377 and others added 18 commits February 21, 2016 10:56
Add a setup-function for setting up the log-level and colors from config.
Change the timing on tests, allowing Node 0.10 to catch-up.
…-server

Add possibility to stop a karma server
feat(config): Allow custom context and debug files
…pertest-as-promised-3.0.0

Update supertest-as-promised to version 3.0.0 🚀
…, intelligently merge the list of preprocessors, deduping and trying to preserve the order

This could be a breaking change, some users might rely on the old order, or on some preprocessors being run multiple times
 Add colors and log-level arguments to run argument.
 Refactor log-setup functions for server and init.
 Correct bug in server where log-level was ignored before `parseConfig`

Closing karma-runner#1067
Delay the decision on color/no-color reporter to write. This is
done by letting the individual adapter decide the color and providing
a default color to the base adapter.

Closing karma-runner#1067
Fix problems:
 * Not relying on Reporter.USE_COLORS property
 * Construct factory with right configuration
When loading a reporter, look for a color-version of this.
 Add a test of the karma-mocha-reporter. Testing that it outputs
 correctly.
…ors-to-run-command

Feature fix no colors to run command
feat(config): Add `preprocessorOrder` option to config for when prepr…
Change information on how to use node.js on Windows
docs: Including reference to Windows port of nvm
@ludai0106
Copy link

This seems fix the single quote issue!

@wesleyvanderlee
Copy link

Nice work 👍, I approve this fix!

@liuyiran13
Copy link

Problem successful fixed

@Moumi Moumi closed this Feb 28, 2016
@Moumi Moumi reopened this Feb 28, 2016
@Moumi
Copy link
Author

Moumi commented Feb 28, 2016

Great! Will create PR to the Karma project.

@Moumi Moumi closed this Feb 28, 2016
@Moumi Moumi added this to the Contributions milestone Mar 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.