Skip to content

Commit

Permalink
Remove exclusive test
Browse files Browse the repository at this point in the history
  • Loading branch information
yamadapc committed Oct 9, 2024
1 parent 0a54e1f commit 58845ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ async function javascriptReplaceHashReferences(
return output;
}

describe.only('replaceStream', () => {
describe('replaceStream', () => {
const hashReferences = new Map([
['HASH_REF_1234567890123456', 'HASH_REF_replacedwithstri'],
]);
Expand Down

0 comments on commit 58845ef

Please sign in to comment.