Use tool-cache to install Julia

This commit is contained in:
Sascha Mann
2019-08-13 13:03:00 +02:00
parent 19cd32b2a3
commit f8e69caa03
3 changed files with 39 additions and 39 deletions

View File

@@ -1,3 +1,3 @@
describe("TODO - Add a test suite", () => {
it("TODO - Add a test", async () => {});
});
describe('TODO - Add a test suite', () => {
it('TODO - Add a test', async () => {})
})