Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit ea801f9

Browse files
author
george
committed
fix test describe test
1 parent f4f042b commit ea801f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Article/__tests__/Article.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ describe("<Article />", () => {
4444
})
4545
})
4646

47-
describe("#componentWillMount", () => {
47+
describe("#componentDidMount", () => {
4848
it("calls Prism.highlightAll on mount", () => {
4949
// Given
5050
mountComponent()

0 commit comments

Comments
 (0)