We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6472ac commit dfdb2e9Copy full SHA for dfdb2e9
packages/lib-classifier/src/store/FieldGuideStore.spec.js
@@ -36,7 +36,7 @@ const fieldGuideWithoutIcon = FieldGuideFactory.build({
36
37
const project = ProjectFactory.build()
38
39
-describe.only('Model > FieldGuideStore', function () {
+describe('Model > FieldGuideStore', function () {
40
let rootStore
41
function fetchFieldGuide () {
42
sinon.stub(rootStore.fieldGuide, 'fetchFieldGuide')
0 commit comments