Skip to content

Commit

Permalink
simplify tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Dec 15, 2024
1 parent f54930a commit ec46b20
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
package org.mozilla.javascript.tests;

import org.junit.Test;
import org.mozilla.javascript.ScriptableObject;
import org.mozilla.javascript.Undefined;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
/** */
package org.mozilla.javascript.tests;

import static org.junit.Assert.assertEquals;

import org.junit.Test;
import org.mozilla.javascript.Scriptable;

/**
* Unit tests for Function.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
/** */
package org.mozilla.javascript.tests;

import static org.junit.Assert.assertEquals;

import org.junit.Test;
import org.mozilla.javascript.Scriptable;

/**
* Tests for global functions parseFloat and parseInt.
Expand Down

0 comments on commit ec46b20

Please sign in to comment.