Skip to content

Commit 0e93592

Browse files
anishknyyyx990803
authored andcommitted
docs: use phantomjs-prebuilt (#859)
1 parent e2d856b commit 0e93592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/en/workflow/testing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Karma is a test runner that launches browsers and runs your tests for you. You c
1010
npm install\
1111
karma karma-webpack\
1212
karma-jasmine jasmine-core\
13-
karma-phantomjs-launcher phantomjs\
13+
karma-phantomjs-launcher phantomjs-prebuilt\
1414
--save-dev
1515
```
1616

0 commit comments

Comments
 (0)