We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.only
1 parent 36d79c2 commit 3310a1cCopy full SHA for 3310a1c
1 file changed
src/test/main.test.js
@@ -190,7 +190,7 @@ describe('angular-fullstack:app', function() {
190
});
191
192
193
- describe.only('with a generated capitalized endpont', function() {
+ describe('with a generated capitalized endpont', function() {
194
beforeEach(function() {
195
getConfig(dir).then(config => {
196
return runEndpointGen('Foo', {config: config['generator-angular-fullstack']});
0 commit comments