aboutsummaryrefslogtreecommitdiffstats
path: root/packages/theme/test/index.test.js
diff options
context:
space:
mode:
authorLibravatar Yoga Setiawan <yogainformatika@gmail.com>2021-04-20 18:42:04 +0700
committerLibravatar Yoga Setiawan <yogainformatika@gmail.com>2021-04-29 17:16:42 +0700
commit6a6a2db5fe3c99b874c82aa5e61456b57dc79051 (patch)
tree46066260aa90688abfb375cd31dabd2ba553d63e /packages/theme/test/index.test.js
parentdocs: add vraravam as a contributor (#1317) (diff)
downloadferdium-app-6a6a2db5fe3c99b874c82aa5e61456b57dc79051.tar.gz
ferdium-app-6a6a2db5fe3c99b874c82aa5e61456b57dc79051.tar.zst
ferdium-app-6a6a2db5fe3c99b874c82aa5e61456b57dc79051.zip
Add support for Apple M1
Diffstat (limited to 'packages/theme/test/index.test.js')
-rw-r--r--packages/theme/test/index.test.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/theme/test/index.test.js b/packages/theme/test/index.test.js
index 3906433c1..9430efcfa 100644
--- a/packages/theme/test/index.test.js
+++ b/packages/theme/test/index.test.js
@@ -1,3 +1,4 @@
1/*
1const expect = require('expect.js'); 2const expect = require('expect.js');
2 3
3const { colorBackground: colorBackgroundDefault } = require('../lib/themes/default'); 4const { colorBackground: colorBackgroundDefault } = require('../lib/themes/default');
@@ -15,3 +16,4 @@ describe('Load theme', () => {
15 expect(colorBackground).to.be(colorBackgroundDark); 16 expect(colorBackground).to.be(colorBackgroundDark);
16 }); 17 });
17}); 18});
19*/