Skip to content

Commit

Permalink
TASK: Readd 4 Empty tests to those packages who have no other tests, …
Browse files Browse the repository at this point in the history
…so the tests dont fail ^^
  • Loading branch information
mhsdesign committed Feb 19, 2023
1 parent 47dbbfb commit 95d24e7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
test(`write tests`, () => {
expect(true).toBe(true);
});
3 changes: 3 additions & 0 deletions packages/neos-ui-decorators/src/neos.spec.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
test(`write tests`, () => {
expect(true).toBe(true);
});
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
test(`write tests`, () => {
expect(true).toBe(true);
});
3 changes: 3 additions & 0 deletions packages/neos-ui-views/src/NodeInfoView/index.spec.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
test(`write tests`, () => {
expect(true).toBe(true);
});

0 comments on commit 95d24e7

Please sign in to comment.