REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 661 B
Close
/home/byroehnu/easepay.easetack.com/node_modules/@styled-system/position/test/index.js
Text
Base64
import position from '../src' test('returns position styles', () => { const style = position({ position: 'absolute', top: 0, right: 0, }) expect(style).toEqual({ position: 'absolute', top: 0, right: 0, }) }) test('returns theme values', () => { const style = position({ top: 1, right: 2, bottom: 3, left: 4 }) expect(style).toEqual({ top: 4, right: 8, bottom: 16, left: 32 }) }) test('returns pixel values', () => { const style = position({ top: '1px', right: '2px', bottom: '3px', left: '4px', }) expect(style).toEqual({ top: '1px', right: '2px', bottom: '3px', left: '4px', }) })
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 2
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
.htaccess
127 B
lr--r--r--
2026-03-14 01:49:09
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.js
661 B
lrw-r--r--
2026-02-28 00:27:10
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).