Skip to content

Commit eebf337

Browse files
🤖 chore: Lint source files.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/3eb37da7d78b30a6f28492864d065b8d8043ab23/src/transforms/sources:initial-lint.js Please contact the author of the transform if you believe there was an error.
1 parent 69a18c7 commit eebf337

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/src/decode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import test from 'ava';
22
import * as ascii from '@codec-bytes/ascii';
33
import {range} from '@iterable-iterator/range';
44

5-
import {decode, Base64DecodeError} from '#module';
65
import {ValueError, CodecError} from './_fixtures.js';
6+
import {decode, Base64DecodeError} from '#module';
77

88
function success(t, bytes, options, expected) {
99
const string = decode(bytes, options);

test/src/encode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import test from 'ava';
22
import * as ascii from '@codec-bytes/ascii';
33

4-
import {encode, Base64EncodeError} from '#module';
54
import {ValueError, CodecError} from './_fixtures.js';
5+
import {encode, Base64EncodeError} from '#module';
66

77
function success(t, string, options, expected) {
88
const bytes = encode(string, options);

0 commit comments

Comments
 (0)