Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: README.md

Issue 29336430: Issue 3659 - Remove locale dependency from filter classes (Closed)
Patch Set: Simplified test setup Created Feb. 17, 2016, 3:52 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « .hgignore ('k') | lib/filterClasses.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Adblock Plus core 1 Adblock Plus core
2 ================= 2 =================
3 3
4 This repository contains the generic Adblock Plus code that's shared between 4 This repository contains the generic Adblock Plus code that's shared between
5 platforms. This repository is not designed to be used directly, but instead to 5 platforms. This repository is not designed to be used directly, but instead to
6 serve as a dependency for `adblockplus`, `adblockpluschrome` and 6 serve as a dependency for `adblockplus`, `adblockpluschrome` and
7 `libadblockplus`. 7 `libadblockplus`.
8
9 Running the unit tests
10 ----------------------
11
12 *Note*: The unit test suite isn't complete yet, it is in the process of being
13 migrated from the
14 [adblockplustests repository](https://hg.adblockplus.org/adblockplustests/).
15
16 In order to run the unit test suite you need a reasonably recent
17 [Node.js version](https://nodejs.org/). Once Node.js is installed please run
18 `npm install` in the repository directory in order to install the required
19 dependencies. After that you can run `npm test` which will execute all tests
20 in the `test` directory of the repository.
OLDNEW
« no previous file with comments | « .hgignore ('k') | lib/filterClasses.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld