Skip to content

Commit

Permalink
buang buang
Browse files Browse the repository at this point in the history
  • Loading branch information
cj-1010-1414 committed Nov 12, 2024
1 parent 2aaaf81 commit 6d1c017
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
"description": "Mengubah env ke object JS",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["env", "object", "json"],
"keywords": [
"env",
"object",
"json"
],
"author": "Chevalier",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion test/induk.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ const stringNonEnv = `

const hasil = await (new EnvDariFile('./tes/bahan/non-env.env')).keObyek() // (new EnvDariString(stringEnv)).keObyek()

console.log(hasil)
console.log(hasil)

test('')

// TODO next

0 comments on commit 6d1c017

Please sign in to comment.