Skip to content

Commit 3310a1c

Browse files
committed
fix(gen:test): remove my .only
1 parent 36d79c2 commit 3310a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/test/main.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ describe('angular-fullstack:app', function() {
190190
});
191191
});
192192

193-
describe.only('with a generated capitalized endpont', function() {
193+
describe('with a generated capitalized endpont', function() {
194194
beforeEach(function() {
195195
getConfig(dir).then(config => {
196196
return runEndpointGen('Foo', {config: config['generator-angular-fullstack']});

0 commit comments

Comments
 (0)