Skip to content
This repository was archived by the owner on Aug 7, 2020. It is now read-only.

Commit 7ba6f55

Browse files
author
Dounia Boujnane
committed
Modify describe for ouiMessage and add file to gitignore
1 parent 135bcef commit 7ba6f55

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
coverage
33
node_modules
44
*.log
5+
.idea

packages/oui-message/src/index.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { filter } from "lodash";
22

3-
describe("oui-message: ", () => {
3+
describe("ouiMessage: ", () => {
44

55
let TestUtils;
66
beforeEach(angular.mock.module("oui.message"));

0 commit comments

Comments
 (0)