I may be overlooking something basic here, but when trying to run tests in the online editor for any exercise on the Java track, I get following error message:
./src/test/java/ScrabbleScoreTest.java:1: error: package org.junit does not exist
This includes exercises I had previously finished. I’m not sure if this has something to do with the version of Java I have installed, but shouldn’t the online editor be independent of that?