Add copy script
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<component name="ProjectRunConfigurationManager">
|
||||
<configuration default="false" name="Template" type="BunRunConfiguration">
|
||||
<option name="program" value="template/run.ts" />
|
||||
<configuration default="false" name="YYYY-DD" type="BunRunConfiguration">
|
||||
<option name="program" value="YYYY/DD/run.ts" />
|
||||
<option name="workingDirectory" value="$PROJECT_DIR$" />
|
||||
<method v="2" />
|
||||
</configuration>
|
||||
@@ -1,7 +1,7 @@
|
||||
import { describe, expect, it } from 'bun:test';
|
||||
import { solveFirst, solveSecond } from './index.ts';
|
||||
|
||||
describe('20xx-xx', () => {
|
||||
describe('YYYY-DD', () => {
|
||||
it('first', () => {
|
||||
// TODO: add first input
|
||||
const testInput = ``;
|
||||
|
||||
Reference in New Issue
Block a user