Skip to content

Commit

Permalink
Make eslint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
otacke committed Jun 21, 2024
1 parent 92eb519 commit b17f238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scripts/h5p-dictation-util.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Util from '@services/util.js';
import Sentence from '@scripts/h5p-dictation-sentence.js';
import {describe, expect, test} from '@jest/globals';
import { describe, expect, test } from '@jest/globals';

describe('Does the string contain RTL characters?', () => {
const testCasesRTL = [
Expand Down

0 comments on commit b17f238

Please sign in to comment.