Skip to content

Commit

Permalink
Moved tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
stylesuxx committed Mar 24, 2021
1 parent 0127f01 commit 0f70c67
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/utils/FourWay.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ import BLUEJAY_ESCS from '../sources/Bluejay/escs.json';
import AM32_ESCS from '../sources/AM32/escs.json';

import {
canMigrate,
fillImage,
parseHex,
buf2ascii,
ascii2buf,
} from './helpers/Flash';

import {
canMigrate,
getIndividualSettings,
} from './helpers/Settings';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
ascii2buf,
parseHex,
fillImage,
} from '../helpers/Flash';
} from '../Flash';

test('buffer to ACSII', () => {
const ascii = buf2ascii([0x0054, 0x0045, 0x0053, 0x0054]);
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 0f70c67

Please sign in to comment.