Skip to content

Commit 8e18b70

Browse files
aichbauerJPeer264
authored andcommitted
👌 Code Review: fixed the test types
1 parent 718353a commit 8e18b70

File tree

2 files changed

+0
-90
lines changed

2 files changed

+0
-90
lines changed

package.json

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -35,51 +35,6 @@
3535
"emoji": ":emo:",
3636
"prefix": "Add:",
3737
"description": "Files added"
38-
},
39-
{
40-
"emoji": ":wrench:",
41-
"prefix": "Chore:",
42-
"description": "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm) and moving files"
43-
},
44-
{
45-
"emoji": ":construction_worker:",
46-
"prefix": "CI:",
47-
"description": "Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)"
48-
},
49-
{
50-
"emoji": ":memo:",
51-
"prefix": "Docs:",
52-
"description": "Documentation only changes"
53-
},
54-
{
55-
"emoji": ":sparkles:",
56-
"prefix": "Feat:",
57-
"description": "A new feature"
58-
},
59-
{
60-
"emoji": ":bug:",
61-
"prefix": "Fix:",
62-
"description": "A bug fix"
63-
},
64-
{
65-
"emoji": ":zapr:",
66-
"prefix": "Perf:",
67-
"description": "A code change that improves performance"
68-
},
69-
{
70-
"emoji": ":hammer:",
71-
"prefix": "Refactor:",
72-
"description": "A code change that neither fixes a bug nor adds a feature"
73-
},
74-
{
75-
"emoji": ":art:",
76-
"prefix": "Style:",
77-
"description": "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)"
78-
},
79-
{
80-
"emoji": ":white_check_mark:",
81-
"prefix": "Test:",
82-
"description": "Adding missing tests or correcting existing tests"
8338
}
8439
]
8540
},

test/fixtures/.sgcrc

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -4,51 +4,6 @@
44
"emoji": ":emo:",
55
"prefix": "Add:",
66
"description": "Files added"
7-
},
8-
{
9-
"emoji": ":wrench:",
10-
"prefix": "Chore:",
11-
"description": "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm) and moving files"
12-
},
13-
{
14-
"emoji": ":construction_worker:",
15-
"prefix": "CI:",
16-
"description": "Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)"
17-
},
18-
{
19-
"emoji": ":memo:",
20-
"prefix": "Docs:",
21-
"description": "Documentation only changes"
22-
},
23-
{
24-
"emoji": ":sparkles:",
25-
"prefix": "Feat:",
26-
"description": "A new feature"
27-
},
28-
{
29-
"emoji": ":bug:",
30-
"prefix": "Fix:",
31-
"description": "A bug fix"
32-
},
33-
{
34-
"emoji": ":zapr:",
35-
"prefix": "Perf:",
36-
"description": "A code change that improves performance"
37-
},
38-
{
39-
"emoji": ":hammer:",
40-
"prefix": "Refactor:",
41-
"description": "A code change that neither fixes a bug nor adds a feature"
42-
},
43-
{
44-
"emoji": ":art:",
45-
"prefix": "Style:",
46-
"description": "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)"
47-
},
48-
{
49-
"emoji": ":white_check_mark:",
50-
"prefix": "Test:",
51-
"description": "Adding missing tests or correcting existing tests"
527
}
538
]
549
}

0 commit comments

Comments
 (0)