Skip to content

Commit 3310a1c

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/main.test.js

Lines changed: 1 addition & 1 deletion
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)